#42071E

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

Shades of Blackberry #42071E

Tints of Blackberry #42071E

Color information

#42071E (or 0x42071E) is unknown color: approx Blackberry. HEX triplet: 42, 07 and 1E. RGB value is (66,7,30). Sum of RGB (Red+Green+Blue) = 66+7+30=103 (13% of max value = 765). Red value is 66 (26.17% from 255 or 64.08% from 103); Green value is 7 (3.12% from 255 or 6.80% from 103); Blue value is 30 (12.11% from 255 or 29.13% from 103); Max value from RGB is 66 - color contains mainly: red. Hex color #42071E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42071E is #BDF8E1. Grayscale: #1B1B1B. Windows color (decimal): -12450018 or 1967938. OLE color: 1967938.

HSL color Cylindrical-coordinate representation of color #42071E: hue angle of 336.61º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #42071E is Cyan = 0, Magento = 0.89, Yellow = 0.55 and Black (K on CMYK) = 0.74.

Color convert

RGB66730-
CMYK00.890.550.74
HSL336.61º80.82%14.31%-
HSV(B)336.61º89.39%25.88%-
XYZ2.561.41.36-
YUV27.26129.55155.63-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 64.08%
GREEN value IS 7 (3.12% from 255) = 6.80%
BLUE value IS 30 (12.11% from 255) = 29.13%
R=64.08%
G=6.80%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.55
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6673000.890.550.74336.6180.8214.31
Hex4271E059374A15151e
Octal10273601316711252112116
Binary10000101111111001011001110111100101010101000110100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42071E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,7,30); }

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

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

 a { background-color: rgb(66,7,30); }

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

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

 span { border-color: rgb(66,7,30); }

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