#49213A

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

Shades of Blackberry #49213A

Tints of Blackberry #49213A

Color information

#49213A (or 0x49213A) is unknown color: approx Blackberry. HEX triplet: 49, 21 and 3A. RGB value is (73,33,58). Sum of RGB (Red+Green+Blue) = 73+33+58=164 (21% of max value = 765). Red value is 73 (28.91% from 255 or 44.51% from 164); Green value is 33 (13.28% from 255 or 20.12% from 164); Blue value is 58 (23.05% from 255 or 35.37% from 164); Max value from RGB is 73 - color contains mainly: red. Hex color #49213A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49213A is #B6DEC5. Grayscale: #2F2F2F. Windows color (decimal): -11984582 or 3809609. OLE color: 3809609.

HSL color Cylindrical-coordinate representation of color #49213A: hue angle of 322.5º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #49213A is Cyan = 0, Magento = 0.55, Yellow = 0.21 and Black (K on CMYK) = 0.71.

Color convert

RGB733358-
CMYK00.550.210.71
HSL322.5º37.74%20.78%-
HSV(B)322.5º54.79%28.63%-
XYZ4.062.814.33-
YUV47.81133.75145.97-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 44.51%
GREEN value IS 33 (13.28% from 255) = 20.12%
BLUE value IS 58 (23.05% from 255) = 35.37%
R=44.51%
G=20.12%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.21
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73335800.550.210.71322.537.7420.78
Hex49213A03715471422615
Octal1114172067251075024625
Binary1001001100001111010011011110101100011110100001010011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49213A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49213A; }

 p { color: rgb(73,33,58); }

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

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

 a { background-color: rgb(73,33,58); }

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

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

 span { border-color: rgb(73,33,58); }

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