#42152C

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

Shades of Blackberry #42152C

Tints of Blackberry #42152C

Color information

#42152C (or 0x42152C) is unknown color: approx Blackberry. HEX triplet: 42, 15 and 2C. RGB value is (66,21,44). Sum of RGB (Red+Green+Blue) = 66+21+44=131 (17% of max value = 765). Red value is 66 (26.17% from 255 or 50.38% from 131); Green value is 21 (8.59% from 255 or 16.03% from 131); Blue value is 44 (17.58% from 255 or 33.59% from 131); Max value from RGB is 66 - color contains mainly: red. Hex color #42152C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42152C is #BDEAD3. Grayscale: #252525. Windows color (decimal): -12446420 or 2889026. OLE color: 2889026.

HSL color Cylindrical-coordinate representation of color #42152C: hue angle of 329.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 #42152C is Cyan = 0, Magento = 0.68, Yellow = 0.33 and Black (K on CMYK) = 0.74.

Color convert

RGB662144-
CMYK00.680.330.74
HSL329.33º51.72%17.06%-
HSV(B)329.33º68.18%25.88%-
XYZ2.971.882.59-
YUV37.08131.91148.63-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 50.38%
GREEN value IS 21 (8.59% from 255) = 16.03%
BLUE value IS 44 (17.58% from 255) = 33.59%
R=50.38%
G=16.03%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.33
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66214400.680.330.74329.3351.7217.06
Hex42152C044214A1493411
Octal10225540104411125116421
Binary10000101010110110001000100100001100101010100100111010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42152C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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