#42152F

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

Shades of Blackberry #42152F

Tints of Blackberry #42152F

Color information

#42152F (or 0x42152F) is unknown color: approx Blackberry. HEX triplet: 42, 15 and 2F. RGB value is (66,21,47). Sum of RGB (Red+Green+Blue) = 66+21+47=134 (17% of max value = 765). Red value is 66 (26.17% from 255 or 49.25% from 134); Green value is 21 (8.59% from 255 or 15.67% from 134); Blue value is 47 (18.75% from 255 or 35.07% from 134); Max value from RGB is 66 - color contains mainly: red. Hex color #42152F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42152F is #BDEAD0. Grayscale: #252525. Windows color (decimal): -12446417 or 3085634. OLE color: 3085634.

HSL color Cylindrical-coordinate representation of color #42152F: hue angle of 325.33º degrees, saturation: 0.52, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42152F is Cyan = 0, Magento = 0.68, Yellow = 0.29 and Black (K on CMYK) = 0.74.

Color convert

RGB662147-
CMYK00.680.290.74
HSL325.33º51.72%17.06%-
HSV(B)325.33º68.18%25.88%-
XYZ3.031.92.9-
YUV37.42133.41148.39-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 49.25%
GREEN value IS 21 (8.59% from 255) = 15.67%
BLUE value IS 47 (18.75% from 255) = 35.07%
R=49.25%
G=15.67%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.29
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66214700.680.290.74325.3351.7217.06
Hex42152F0441D4A1453411
Octal10225570104351125056421
Binary1000010101011011110100010011101100101010100010111010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42152F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42152F; }

 p { color: rgb(66,21,47); }

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

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

 a { background-color: rgb(66,21,47); }

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

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

 span { border-color: rgb(66,21,47); }

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