#491832

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

Shades of Blackberry #491832

Tints of Blackberry #491832

Color information

#491832 (or 0x491832) is unknown color: approx Blackberry. HEX triplet: 49, 18 and 32. RGB value is (73,24,50). Sum of RGB (Red+Green+Blue) = 73+24+50=147 (19% of max value = 765). Red value is 73 (28.91% from 255 or 49.66% from 147); Green value is 24 (9.77% from 255 or 16.33% from 147); Blue value is 50 (19.92% from 255 or 34.01% from 147); Max value from RGB is 73 - color contains mainly: red. Hex color #491832 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491832 is #B6E7CD. Grayscale: #292929. Windows color (decimal): -11986894 or 3283017. OLE color: 3283017.

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

Color convert

RGB732450-
CMYK00.670.320.71
HSL328.16º50.52%19.02%-
HSV(B)328.16º67.12%28.63%-
XYZ3.652.33.27-
YUV41.62132.73150.39-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 49.66%
GREEN value IS 24 (9.77% from 255) = 16.33%
BLUE value IS 50 (19.92% from 255) = 34.01%
R=49.66%
G=16.33%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.32
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73245000.670.320.71328.1650.5219.02
Hex49183204320471483313
Octal11130620103401075106323
Binary10010011100011001001000011100000100011110100100011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491832; }

 p { color: rgb(73,24,50); }

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

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

 a { background-color: rgb(73,24,50); }

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

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

 span { border-color: rgb(73,24,50); }

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