#42081F

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

Shades of Blackberry #42081F

Tints of Blackberry #42081F

Color information

#42081F (or 0x42081F) is unknown color: approx Blackberry. HEX triplet: 42, 08 and 1F. RGB value is (66,8,31). Sum of RGB (Red+Green+Blue) = 66+8+31=105 (13% of max value = 765). Red value is 66 (26.17% from 255 or 62.86% from 105); Green value is 8 (3.52% from 255 or 7.62% from 105); Blue value is 31 (12.5% from 255 or 29.52% from 105); Max value from RGB is 66 - color contains mainly: red. Hex color #42081F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42081F is #BDF7E0. Grayscale: #1B1B1B. Windows color (decimal): -12449761 or 2033730. OLE color: 2033730.

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

Color convert

RGB66831-
CMYK00.880.530.74
HSL336.21º78.38%14.51%-
HSV(B)336.21º87.88%25.88%-
XYZ2.581.431.44-
YUV27.96129.72155.13-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 62.86%
GREEN value IS 8 (3.52% from 255) = 7.62%
BLUE value IS 31 (12.5% from 255) = 29.52%
R=62.86%
G=7.62%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.53
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6683100.880.530.74336.2178.3814.51
Hex4281F058354A1504ef
Octal102103701306511252011617
Binary100001010001111101011000110101100101010101000010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42081F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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