#42082C

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

Shades of Blackberry #42082C

Tints of Blackberry #42082C

Color information

#42082C (or 0x42082C) is unknown color: approx Blackberry. HEX triplet: 42, 08 and 2C. RGB value is (66,8,44). Sum of RGB (Red+Green+Blue) = 66+8+44=118 (15% of max value = 765). Red value is 66 (26.17% from 255 or 55.93% from 118); Green value is 8 (3.52% from 255 or 6.78% from 118); Blue value is 44 (17.58% from 255 or 37.29% from 118); Max value from RGB is 66 - color contains mainly: red. Hex color #42082C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42082C is #BDF7D3. Grayscale: #1D1D1D. Windows color (decimal): -12449748 or 2885698. OLE color: 2885698.

HSL color Cylindrical-coordinate representation of color #42082C: hue angle of 322.76º degrees, saturation: 0.78, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #42082C is Cyan = 0, Magento = 0.88, Yellow = 0.33 and Black (K on CMYK) = 0.74.

Color convert

RGB66844-
CMYK00.880.330.74
HSL322.76º78.38%14.51%-
HSV(B)322.76º87.88%25.88%-
XYZ2.791.512.53-
YUV29.45136.22154.07-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 55.93%
GREEN value IS 8 (3.52% from 255) = 6.78%
BLUE value IS 44 (17.58% from 255) = 37.29%
R=55.93%
G=6.78%
B=37.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.33
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6684400.880.330.74322.7678.3814.51
Hex4282C058214A1434ef
Octal102105401304111250311617
Binary1000010100010110001011000100001100101010100001110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42082C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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