#49152B

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

Shades of Blackberry #49152B

Tints of Blackberry #49152B

Color information

#49152B (or 0x49152B) is unknown color: approx Blackberry. HEX triplet: 49, 15 and 2B. RGB value is (73,21,43). Sum of RGB (Red+Green+Blue) = 73+21+43=137 (18% of max value = 765). Red value is 73 (28.91% from 255 or 53.28% from 137); Green value is 21 (8.59% from 255 or 15.33% from 137); Blue value is 43 (17.19% from 255 or 31.39% from 137); Max value from RGB is 73 - color contains mainly: red. Hex color #49152B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #49152B is #B6EAD4. Grayscale: #272727. Windows color (decimal): -11987669 or 2823497. OLE color: 2823497.

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

Color convert

RGB732143-
CMYK00.710.410.71
HSL334.62º55.32%18.43%-
HSV(B)334.62º71.23%28.63%-
XYZ3.452.132.51-
YUV39.06130.23152.21-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 53.28%
GREEN value IS 21 (8.59% from 255) = 15.33%
BLUE value IS 43 (17.19% from 255) = 31.39%
R=53.28%
G=15.33%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.41
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73214300.710.410.71334.6255.3218.43
Hex49152B047294714f3712
Octal11125530107511075176722
Binary10010011010110101101000111101001100011110100111111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49152B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49152B; }

 p { color: rgb(73,21,43); }

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

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

 a { background-color: rgb(73,21,43); }

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

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

 span { border-color: rgb(73,21,43); }

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