Shades of Blackberry #420F25
Tints of Blackberry #420F25
RGB
CMYK
RGB Variations
Color information
#420F25 (or 0x420F25) is known color: Blackberry. HEX triplet: 42, 0F and 25. RGB value is (66,15,37). Sum of RGB (Red+Green+Blue) = 66+15+37=118 (15% of max value = 765). Red value is 66 (26.17% from 255 or 55.93% from 118); Green value is 15 (6.25% from 255 or 12.71% from 118); Blue value is 37 (14.84% from 255 or 31.36% from 118); Max value from RGB is 66 - color contains mainly: red. Hex color #420F25 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420F25 is #BDF0DA. Grayscale: #202020. Windows color (decimal): -12447963 or 2428738. OLE color: 2428738.
HSL color Cylindrical-coordinate representation of color #420F25: hue angle of 334.12º degrees, saturation: 0.63, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #420F25 is Cyan = 0, Magento = 0.77, Yellow = 0.44 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 15 | 37 | - |
| CMYK | 0 | 0.77 | 0.44 | 0.74 |
| HSL | 334.12º | 0.63% | 0.16% | - |
| HSV(B) | 334.12º | 0.77% | 0.26% | - |
| XYZ | 2.75 | 1.63 | 1.92 | - |
| YUV | 32.76 | 130.4 | 151.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 15 | 37 | 0 | 0.77 | 0.44 | 0.74 | 334.12 | 0.63 | 0.16 |
| Hex | 42 | F | 25 | 0 | 4D | 2C | 4A | 14E | 3F | 10 |
| Octal | 102 | 17 | 45 | 0 | 115 | 54 | 112 | 516 | 77 | 20 |
| Binary | 1000010 | 1111 | 100101 | 0 | 1001101 | 101100 | 1001010 | 101001110 | 111111 | 10000 |
Color Harmonies of #420F25
Complementary color
Monochromatic Colors of #420F25
Black with #420F25
Text Example
Text Example
White with #420F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420F25; }
p { color: rgb(66,15,37); }
H1.HeaderClassName
{
color: #420F25;
}
.AnyTagClassName
{
color: #420F25;
}
</style>
background-color css
<style>
a { background-color: #420F25; }
a { background-color: rgb(66,15,37); }
div.DivClassName
{
background-color: #420F25;
}
.BgClassName
{
background-color: #420F25;
}
</style>
border-color css
<style>
span { border-color: #420F25; }
span { border-color: rgb(66,15,37); }
td.TdClassName
{
border-color: #420F25;
}
.TagClassName
{
border-color: #420F25;
}
</style>