#42082F

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

Shades of Blackberry #42082F

Tints of Blackberry #42082F

Color information

#42082F (or 0x42082F) is unknown color: approx Blackberry. HEX triplet: 42, 08 and 2F. RGB value is (66,8,47). Sum of RGB (Red+Green+Blue) = 66+8+47=121 (16% of max value = 765). Red value is 66 (26.17% from 255 or 54.55% from 121); Green value is 8 (3.52% from 255 or 6.61% from 121); Blue value is 47 (18.75% from 255 or 38.84% from 121); Max value from RGB is 66 - color contains mainly: red. Hex color #42082F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42082F is #BDF7D0. Grayscale: #1D1D1D. Windows color (decimal): -12449745 or 3082306. OLE color: 3082306.

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

Color convert

RGB66847-
CMYK00.880.290.74
HSL319.66º78.38%14.51%-
HSV(B)319.66º87.88%25.88%-
XYZ2.851.542.84-
YUV29.79137.72153.83-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 54.55%
GREEN value IS 8 (3.52% from 255) = 6.61%
BLUE value IS 47 (18.75% from 255) = 38.84%
R=54.55%
G=6.61%
B=38.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.29
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6684700.880.290.74319.6678.3814.51
Hex4282F0581D4A1404ef
Octal102105701303511250011617
Binary100001010001011110101100011101100101010100000010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42082F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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