#491830

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

Shades of Blackberry #491830

Tints of Blackberry #491830

Color information

#491830 (or 0x491830) is unknown color: approx Blackberry. HEX triplet: 49, 18 and 30. RGB value is (73,24,48). Sum of RGB (Red+Green+Blue) = 73+24+48=145 (19% of max value = 765). Red value is 73 (28.91% from 255 or 50.34% from 145); Green value is 24 (9.77% from 255 or 16.55% from 145); Blue value is 48 (19.14% from 255 or 33.10% from 145); Max value from RGB is 73 - color contains mainly: red. Hex color #491830 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491830 is #B6E7CF. Grayscale: #292929. Windows color (decimal): -11986896 or 3151945. OLE color: 3151945.

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

Color convert

RGB732448-
CMYK00.670.340.71
HSL330.61º50.52%19.02%-
HSV(B)330.61º67.12%28.63%-
XYZ3.612.283.05-
YUV41.39131.73150.55-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 50.34%
GREEN value IS 24 (9.77% from 255) = 16.55%
BLUE value IS 48 (19.14% from 255) = 33.10%
R=50.34%
G=16.55%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.34
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73244800.670.340.71330.6150.5219.02
Hex491830043224714b3313
Octal11130600103421075136323
Binary10010011100011000001000011100010100011110100101111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491830; }

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

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

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

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

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

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

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

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