#491238

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

Shades of Blackberry #491238

Tints of Blackberry #491238

Color information

#491238 (or 0x491238) is unknown color: approx Blackberry. HEX triplet: 49, 12 and 38. RGB value is (73,18,56). Sum of RGB (Red+Green+Blue) = 73+18+56=147 (19% of max value = 765). Red value is 73 (28.91% from 255 or 49.66% from 147); Green value is 18 (7.42% from 255 or 12.24% from 147); Blue value is 56 (22.27% from 255 or 38.10% from 147); Max value from RGB is 73 - color contains mainly: red. Hex color #491238 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #491238 is #B6EDC7. Grayscale: #262626. Windows color (decimal): -11988424 or 3674697. OLE color: 3674697.

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

Color convert

RGB731856-
CMYK00.750.230.71
HSL318.55º60.44%17.84%-
HSV(B)318.55º75.34%28.63%-
XYZ3.682.133.96-
YUV38.78137.72152.41-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 49.66%
GREEN value IS 18 (7.42% from 255) = 12.24%
BLUE value IS 56 (22.27% from 255) = 38.10%
R=49.66%
G=12.24%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.23
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73185600.750.230.71318.5560.4417.84
Hex49123804B174713f3c12
Octal11122700113271074777422
Binary1001001100101110000100101110111100011110011111111110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #491238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #491238; }

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

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

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

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

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

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

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

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