Shades of Blackberry #42081F
Tints of Blackberry #42081F
RGB
CMYK
RGB Variations
Color information
#42081F (or 0x42081F) is known color: 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
| RGB | 66 | 8 | 31 | - |
| CMYK | 0 | 0.88 | 0.53 | 0.74 |
| HSL | 336.21º | 0.78% | 0.15% | - |
| HSV(B) | 336.21º | 0.88% | 0.26% | - |
| XYZ | 2.58 | 1.43 | 1.44 | - |
| YUV | 27.96 | 129.72 | 155.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 8 | 31 | 0 | 0.88 | 0.53 | 0.74 | 336.21 | 0.78 | 0.15 |
| Hex | 42 | 8 | 1F | 0 | 58 | 35 | 4A | 150 | 4E | F |
| Octal | 102 | 10 | 37 | 0 | 130 | 65 | 112 | 520 | 116 | 17 |
| Binary | 1000010 | 1000 | 11111 | 0 | 1011000 | 110101 | 1001010 | 101010000 | 1001110 | 1111 |
Color Harmonies of #42081F
Complementary color
Monochromatic Colors of #42081F
Black with #42081F
Text Example
Text Example
White with #42081F
Text Example
Text Example
HTML Codes & Css Web 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>