#42152A

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

Shades of Blackberry #42152A

Tints of Blackberry #42152A

Color information

#42152A (or 0x42152A) is unknown color: approx Blackberry. HEX triplet: 42, 15 and 2A. RGB value is (66,21,42). Sum of RGB (Red+Green+Blue) = 66+21+42=129 (17% of max value = 765). Red value is 66 (26.17% from 255 or 51.16% from 129); Green value is 21 (8.59% from 255 or 16.28% from 129); Blue value is 42 (16.80% from 255 or 32.56% from 129); Max value from RGB is 66 - color contains mainly: red. Hex color #42152A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42152A is #BDEAD5. Grayscale: #242424. Windows color (decimal): -12446422 or 2757954. OLE color: 2757954.

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

Color convert

RGB662142-
CMYK00.680.360.74
HSL332º51.72%17.06%-
HSV(B)332º68.18%25.88%-
XYZ2.931.862.4-
YUV36.85130.91148.79-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 51.16%
GREEN value IS 21 (8.59% from 255) = 16.28%
BLUE value IS 42 (16.80% from 255) = 32.56%
R=51.16%
G=16.28%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.36
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66214200.680.360.7433251.7217.06
Hex42152A044244A14c3411
Octal10225520104441125146421
Binary10000101010110101001000100100100100101010100110011010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42152A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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