#42012B

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

Shades of Blackberry #42012B

Tints of Blackberry #42012B

Color information

#42012B (or 0x42012B) is unknown color: approx Blackberry. HEX triplet: 42, 01 and 2B. RGB value is (66,1,43). Sum of RGB (Red+Green+Blue) = 66+1+43=110 (14% of max value = 765). Red value is 66 (26.17% from 255 or 60% from 110); Green value is 1 (0.78% from 255 or 0.91% from 110); Blue value is 43 (17.19% from 255 or 39.09% from 110); Max value from RGB is 66 - color contains mainly: red. Hex color #42012B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42012B is #BDFED4. Grayscale: #191919. Windows color (decimal): -12451541 or 2818370. OLE color: 2818370.

HSL color Cylindrical-coordinate representation of color #42012B: hue angle of 321.23º 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 #42012B is Cyan = 0, Magento = 0.98, Yellow = 0.35 and Black (K on CMYK) = 0.74.

Color convert

RGB66143-
CMYK00.980.350.74
HSL321.23º97.01%13.14%-
HSV(B)321.23º98.48%25.88%-
XYZ2.691.352.4-
YUV25.22138.03157.08-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 60%
GREEN value IS 1 (0.78% from 255) = 0.91%
BLUE value IS 43 (17.19% from 255) = 39.09%
R=60%
G=0.91%
B=39.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.35
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6614300.980.350.74321.2397.0113.14
Hex4212B062234A14161d
Octal10215301424311250114115
Binary1000010110101101100010100011100101010100000111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42012B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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