#481831

Color #481831 Blackberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackberry #481831

Tints of Blackberry #481831

Color information

#481831 (or 0x481831) is unknown color: approx Blackberry. HEX triplet: 48, 18 and 31. RGB value is (72,24,49). Sum of RGB (Red+Green+Blue) = 72+24+49=145 (19% of max value = 765). Red value is 72 (28.52% from 255 or 49.66% from 145); Green value is 24 (9.77% from 255 or 16.55% from 145); Blue value is 49 (19.53% from 255 or 33.79% from 145); Max value from RGB is 72 - color contains mainly: red. Hex color #481831 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #481831 is #B7E7CE. Grayscale: #292929. Windows color (decimal): -12052431 or 3217480. OLE color: 3217480.

HSL color Cylindrical-coordinate representation of color #481831: hue angle of 328.75º degrees, saturation: 0.5, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #481831 is Cyan = 0, Magento = 0.67, Yellow = 0.32 and Black (K on CMYK) = 0.72.

Color convert

RGB722449-
CMYK00.670.320.72
HSL328.75º50%18.82%-
HSV(B)328.75º66.67%28.24%-
XYZ3.552.253.15-
YUV41.2132.4149.97-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 72 (28.52% from 255) = 49.66%
GREEN value IS 24 (9.77% from 255) = 16.55%
BLUE value IS 49 (19.53% from 255) = 33.79%
R=49.66%
G=16.55%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.32
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal72244900.670.320.72328.755018.82
Hex48183104320481493213
Octal11030610103401105116223
Binary10010001100011000101000011100000100100010100100111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481831; }

 p { color: rgb(72,24,49); }

 H1.HeaderClassName
 {
   color: #481831;
 }
 .AnyTagClassName
 {
   color: #481831;
 }
</style>
background-color css

<style>
 a { background-color: #481831; }

 a { background-color: rgb(72,24,49); }

 div.DivClassName
 {
   background-color: #481831;
 }
 .BgClassName
 {
   background-color: #481831;
 }
</style>
border-color css

<style>
 span { border-color: #481831; }

 span { border-color: rgb(72,24,49); }

 td.TdClassName
 {
   border-color: #481831;
 }
 .TagClassName
 {
   border-color: #481831;
 }
</style>