#42012D

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

Shades of Blackberry #42012D

Tints of Blackberry #42012D

Color information

#42012D (or 0x42012D) is unknown color: approx Blackberry. HEX triplet: 42, 01 and 2D. RGB value is (66,1,45). Sum of RGB (Red+Green+Blue) = 66+1+45=112 (14% of max value = 765). Red value is 66 (26.17% from 255 or 58.93% from 112); Green value is 1 (0.78% from 255 or 0.89% from 112); Blue value is 45 (17.97% from 255 or 40.18% from 112); Max value from RGB is 66 - color contains mainly: red. Hex color #42012D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42012D is #BDFED2. Grayscale: #191919. Windows color (decimal): -12451539 or 2949442. OLE color: 2949442.

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

Color convert

RGB66145-
CMYK00.980.320.74
HSL319.38º97.01%13.14%-
HSV(B)319.38º98.48%25.88%-
XYZ2.731.372.6-
YUV25.45139.03156.92-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 58.93%
GREEN value IS 1 (0.78% from 255) = 0.89%
BLUE value IS 45 (17.97% from 255) = 40.18%
R=58.93%
G=0.89%
B=40.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.32
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6614500.980.320.74319.3897.0113.14
Hex4212D062204A13f61d
Octal10215501424011247714115
Binary1000010110110101100010100000100101010011111111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42012D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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