Shades of Blackberry #420E25
Tints of Blackberry #420E25
RGB
CMYK
RGB Variations
Color information
#420E25 (or 0x420E25) is known color: Blackberry. HEX triplet: 42, 0E and 25. RGB value is (66,14,37). Sum of RGB (Red+Green+Blue) = 66+14+37=117 (15% of max value = 765). Red value is 66 (26.17% from 255 or 56.41% from 117); Green value is 14 (5.86% from 255 or 11.97% from 117); Blue value is 37 (14.84% from 255 or 31.62% from 117); Max value from RGB is 66 - color contains mainly: red. Hex color #420E25 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420E25 is #BDF1DA. Grayscale: #202020. Windows color (decimal): -12448219 or 2428482. OLE color: 2428482.
HSL color Cylindrical-coordinate representation of color #420E25: hue angle of 333.46º degrees, saturation: 0.65, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #420E25 is Cyan = 0, Magento = 0.79, Yellow = 0.44 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 14 | 37 | - |
| CMYK | 0 | 0.79 | 0.44 | 0.74 |
| HSL | 333.46º | 0.65% | 0.16% | - |
| HSV(B) | 333.46º | 0.79% | 0.26% | - |
| XYZ | 2.74 | 1.61 | 1.92 | - |
| YUV | 32.17 | 130.73 | 152.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 14 | 37 | 0 | 0.79 | 0.44 | 0.74 | 333.46 | 0.65 | 0.16 |
| Hex | 42 | E | 25 | 0 | 4F | 2C | 4A | 14D | 41 | 10 |
| Octal | 102 | 16 | 45 | 0 | 117 | 54 | 112 | 515 | 101 | 20 |
| Binary | 1000010 | 1110 | 100101 | 0 | 1001111 | 101100 | 1001010 | 101001101 | 1000001 | 10000 |
Color Harmonies of #420E25
Complementary color
Monochromatic Colors of #420E25
Black with #420E25
Text Example
Text Example
White with #420E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420E25; }
p { color: rgb(66,14,37); }
H1.HeaderClassName
{
color: #420E25;
}
.AnyTagClassName
{
color: #420E25;
}
</style>
background-color css
<style>
a { background-color: #420E25; }
a { background-color: rgb(66,14,37); }
div.DivClassName
{
background-color: #420E25;
}
.BgClassName
{
background-color: #420E25;
}
</style>
border-color css
<style>
span { border-color: #420E25; }
span { border-color: rgb(66,14,37); }
td.TdClassName
{
border-color: #420E25;
}
.TagClassName
{
border-color: #420E25;
}
</style>