#42082D

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

Shades of Blackberry #42082D

Tints of Blackberry #42082D

Color information

#42082D (or 0x42082D) is unknown color: approx Blackberry. HEX triplet: 42, 08 and 2D. RGB value is (66,8,45). Sum of RGB (Red+Green+Blue) = 66+8+45=119 (15% of max value = 765). Red value is 66 (26.17% from 255 or 55.46% from 119); Green value is 8 (3.52% from 255 or 6.72% from 119); Blue value is 45 (17.97% from 255 or 37.82% from 119); Max value from RGB is 66 - color contains mainly: red. Hex color #42082D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42082D is #BDF7D2. Grayscale: #1D1D1D. Windows color (decimal): -12449747 or 2951234. OLE color: 2951234.

HSL color Cylindrical-coordinate representation of color #42082D: hue angle of 321.72º 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 #42082D is Cyan = 0, Magento = 0.88, Yellow = 0.32 and Black (K on CMYK) = 0.74.

Color convert

RGB66845-
CMYK00.880.320.74
HSL321.72º78.38%14.51%-
HSV(B)321.72º87.88%25.88%-
XYZ2.811.522.63-
YUV29.56136.72153.99-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 55.46%
GREEN value IS 8 (3.52% from 255) = 6.72%
BLUE value IS 45 (17.97% from 255) = 37.82%
R=55.46%
G=6.72%
B=37.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.32
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6684500.880.320.74321.7278.3814.51
Hex4282D058204A1424ef
Octal102105501304011250211617
Binary1000010100010110101011000100000100101010100001010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42082D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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