#42012C

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

Shades of Blackberry #42012C

Tints of Blackberry #42012C

Color information

#42012C (or 0x42012C) is unknown color: approx Blackberry. HEX triplet: 42, 01 and 2C. RGB value is (66,1,44). Sum of RGB (Red+Green+Blue) = 66+1+44=111 (14% of max value = 765). Red value is 66 (26.17% from 255 or 59.46% from 111); Green value is 1 (0.78% from 255 or 0.90% from 111); Blue value is 44 (17.58% from 255 or 39.64% from 111); Max value from RGB is 66 - color contains mainly: red. Hex color #42012C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42012C is #BDFED3. Grayscale: #191919. Windows color (decimal): -12451540 or 2883906. OLE color: 2883906.

HSL color Cylindrical-coordinate representation of color #42012C: hue angle of 320.31º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #42012C is Cyan = 0, Magento = 0.98, Yellow = 0.33 and Black (K on CMYK) = 0.74.

Color convert

RGB66144-
CMYK00.980.330.74
HSL320.31º97.01%13.14%-
HSV(B)320.31º98.48%25.88%-
XYZ2.711.362.5-
YUV25.34138.53157-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 59.46%
GREEN value IS 1 (0.78% from 255) = 0.90%
BLUE value IS 44 (17.58% from 255) = 39.64%
R=59.46%
G=0.90%
B=39.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.33
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6614400.980.330.74320.3197.0113.14
Hex4212C062214A14061d
Octal10215401424111250014115
Binary1000010110110001100010100001100101010100000011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42012C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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