#42072C

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

Shades of Blackberry #42072C

Tints of Blackberry #42072C

Color information

#42072C (or 0x42072C) is unknown color: approx Blackberry. HEX triplet: 42, 07 and 2C. RGB value is (66,7,44). Sum of RGB (Red+Green+Blue) = 66+7+44=117 (15% of max value = 765). Red value is 66 (26.17% from 255 or 56.41% from 117); Green value is 7 (3.12% from 255 or 5.98% from 117); Blue value is 44 (17.58% from 255 or 37.61% from 117); Max value from RGB is 66 - color contains mainly: red. Hex color #42072C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42072C is #BDF8D3. Grayscale: #1C1C1C. Windows color (decimal): -12450004 or 2885442. OLE color: 2885442.

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

Color convert

RGB66744-
CMYK00.890.330.74
HSL322.37º80.82%14.31%-
HSV(B)322.37º89.39%25.88%-
XYZ2.781.492.52-
YUV28.86136.55154.49-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 56.41%
GREEN value IS 7 (3.12% from 255) = 5.98%
BLUE value IS 44 (17.58% from 255) = 37.61%
R=56.41%
G=5.98%
B=37.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.33
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6674400.890.330.74322.3780.8214.31
Hex4272C059214A14251e
Octal10275401314111250212116
Binary100001011110110001011001100001100101010100001010100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42072C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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