#491432

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

Shades of Blackberry #491432

Tints of Blackberry #491432

Color information

#491432 (or 0x491432) is unknown color: approx Blackberry. HEX triplet: 49, 14 and 32. RGB value is (73,20,50). Sum of RGB (Red+Green+Blue) = 73+20+50=143 (18% of max value = 765). Red value is 73 (28.91% from 255 or 51.05% from 143); Green value is 20 (8.20% from 255 or 13.99% from 143); Blue value is 50 (19.92% from 255 or 34.97% from 143); Max value from RGB is 73 - color contains mainly: red. Hex color #491432 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491432 is #B6EBCD. Grayscale: #272727. Windows color (decimal): -11987918 or 3281993. OLE color: 3281993.

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

Color convert

RGB732050-
CMYK00.730.320.71
HSL326.04º56.99%18.24%-
HSV(B)326.04º72.6%28.63%-
XYZ3.572.153.24-
YUV39.27134.06152.06-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 51.05%
GREEN value IS 20 (8.20% from 255) = 13.99%
BLUE value IS 50 (19.92% from 255) = 34.97%
R=51.05%
G=13.99%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.32
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73205000.730.320.71326.0456.9918.24
Hex49143204920471463912
Octal11124620111401075067122
Binary10010011010011001001001001100000100011110100011011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491432; }

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

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

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

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

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

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

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

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