#491234

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

Shades of Blackberry #491234

Tints of Blackberry #491234

Color information

#491234 (or 0x491234) is unknown color: approx Blackberry. HEX triplet: 49, 12 and 34. RGB value is (73,18,52). Sum of RGB (Red+Green+Blue) = 73+18+52=143 (18% of max value = 765). Red value is 73 (28.91% from 255 or 51.05% from 143); Green value is 18 (7.42% from 255 or 12.59% from 143); Blue value is 52 (20.70% from 255 or 36.36% from 143); Max value from RGB is 73 - color contains mainly: red. Hex color #491234 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491234 is #B6EDCB. Grayscale: #262626. Windows color (decimal): -11988428 or 3412553. OLE color: 3412553.

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

Color convert

RGB731852-
CMYK00.750.290.71
HSL322.91º60.44%17.84%-
HSV(B)322.91º75.34%28.63%-
XYZ3.582.13.46-
YUV38.32135.72152.74-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 51.05%
GREEN value IS 18 (7.42% from 255) = 12.59%
BLUE value IS 52 (20.70% from 255) = 36.36%
R=51.05%
G=12.59%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.29
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73185200.750.290.71322.9160.4417.84
Hex49123404B1D471433c12
Octal11122640113351075037422
Binary1001001100101101000100101111101100011110100001111110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491234; }

 p { color: rgb(73,18,52); }

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

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

 a { background-color: rgb(73,18,52); }

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

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

 span { border-color: rgb(73,18,52); }

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