#42072B

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

Shades of Blackberry #42072B

Tints of Blackberry #42072B

Color information

#42072B (or 0x42072B) is unknown color: approx Blackberry. HEX triplet: 42, 07 and 2B. RGB value is (66,7,43). Sum of RGB (Red+Green+Blue) = 66+7+43=116 (15% of max value = 765). Red value is 66 (26.17% from 255 or 56.90% from 116); Green value is 7 (3.12% from 255 or 6.03% from 116); Blue value is 43 (17.19% from 255 or 37.07% from 116); Max value from RGB is 66 - color contains mainly: red. Hex color #42072B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42072B is #BDF8D4. Grayscale: #1C1C1C. Windows color (decimal): -12450005 or 2819906. OLE color: 2819906.

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

Color convert

RGB66743-
CMYK00.890.350.74
HSL323.39º80.82%14.31%-
HSV(B)323.39º89.39%25.88%-
XYZ2.761.482.43-
YUV28.74136.05154.57-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 56.90%
GREEN value IS 7 (3.12% from 255) = 6.03%
BLUE value IS 43 (17.19% from 255) = 37.07%
R=56.90%
G=6.03%
B=37.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.35
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6674300.890.350.74323.3980.8214.31
Hex4272B059234A14351e
Octal10275301314311250312116
Binary100001011110101101011001100011100101010100001110100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42072B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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