#42012E

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

Shades of Blackberry #42012E

Tints of Blackberry #42012E

Color information

#42012E (or 0x42012E) is unknown color: approx Blackberry. HEX triplet: 42, 01 and 2E. RGB value is (66,1,46). Sum of RGB (Red+Green+Blue) = 66+1+46=113 (14% of max value = 765). Red value is 66 (26.17% from 255 or 58.41% from 113); Green value is 1 (0.78% from 255 or 0.88% from 113); Blue value is 46 (18.36% from 255 or 40.71% from 113); Max value from RGB is 66 - color contains mainly: red. Hex color #42012E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42012E is #BDFED1. Grayscale: #191919. Windows color (decimal): -12451538 or 3014978. OLE color: 3014978.

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

Color convert

RGB66146-
CMYK00.980.300.74
HSL318.46º97.01%13.14%-
HSV(B)318.46º98.48%25.88%-
XYZ2.751.382.71-
YUV25.56139.53156.84-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 58.41%
GREEN value IS 1 (0.78% from 255) = 0.88%
BLUE value IS 46 (18.36% from 255) = 40.71%
R=58.41%
G=0.88%
B=40.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.30
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6614600.980.300.74318.4697.0113.14
Hex4212E0621E4A13e61d
Octal10215601423611247614115
Binary100001011011100110001011110100101010011111011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42012E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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