#491834

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

Shades of Blackberry #491834

Tints of Blackberry #491834

Color information

#491834 (or 0x491834) is unknown color: approx Blackberry. HEX triplet: 49, 18 and 34. RGB value is (73,24,52). Sum of RGB (Red+Green+Blue) = 73+24+52=149 (19% of max value = 765). Red value is 73 (28.91% from 255 or 48.99% from 149); Green value is 24 (9.77% from 255 or 16.11% from 149); Blue value is 52 (20.70% from 255 or 34.90% from 149); Max value from RGB is 73 - color contains mainly: red. Hex color #491834 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491834 is #B6E7CB. Grayscale: #292929. Windows color (decimal): -11986892 or 3414089. OLE color: 3414089.

HSL color Cylindrical-coordinate representation of color #491834: hue angle of 325.71º 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 #491834 is Cyan = 0, Magento = 0.67, Yellow = 0.29 and Black (K on CMYK) = 0.71.

Color convert

RGB732452-
CMYK00.670.290.71
HSL325.71º50.52%19.02%-
HSV(B)325.71º67.12%28.63%-
XYZ3.692.323.5-
YUV41.84133.73150.22-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 48.99%
GREEN value IS 24 (9.77% from 255) = 16.11%
BLUE value IS 52 (20.70% from 255) = 34.90%
R=48.99%
G=16.11%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.29
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73245200.670.290.71325.7150.5219.02
Hex4918340431D471463313
Octal11130640103351075066323
Binary1001001110001101000100001111101100011110100011011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491834; }

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

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

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

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

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

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

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

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