#491529

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

Shades of Blackberry #491529

Tints of Blackberry #491529

Color information

#491529 (or 0x491529) is unknown color: approx Blackberry. HEX triplet: 49, 15 and 29. RGB value is (73,21,41). Sum of RGB (Red+Green+Blue) = 73+21+41=135 (17% of max value = 765). Red value is 73 (28.91% from 255 or 54.07% from 135); Green value is 21 (8.59% from 255 or 15.56% from 135); Blue value is 41 (16.41% from 255 or 30.37% from 135); Max value from RGB is 73 - color contains mainly: red. Hex color #491529 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491529 is #B6EAD6. Grayscale: #262626. Windows color (decimal): -11987671 or 2692425. OLE color: 2692425.

HSL color Cylindrical-coordinate representation of color #491529: hue angle of 336.92º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #491529 is Cyan = 0, Magento = 0.71, Yellow = 0.44 and Black (K on CMYK) = 0.71.

Color convert

RGB732141-
CMYK00.710.440.71
HSL336.92º55.32%18.43%-
HSV(B)336.92º71.23%28.63%-
XYZ3.422.112.33-
YUV38.83129.23152.37-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 54.07%
GREEN value IS 21 (8.59% from 255) = 15.56%
BLUE value IS 41 (16.41% from 255) = 30.37%
R=54.07%
G=15.56%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.44
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73214100.710.440.71336.9255.3218.43
Hex4915290472C471513712
Octal11125510107541075216722
Binary10010011010110100101000111101100100011110101000111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491529; }

 p { color: rgb(73,21,41); }

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

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

 a { background-color: rgb(73,21,41); }

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

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

 span { border-color: rgb(73,21,41); }

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