Shades of Blackberry #420F35
Tints of Blackberry #420F35
RGB
CMYK
RGB Variations
Color information
#420F35 (or 0x420F35) is known color: Blackberry. HEX triplet: 42, 0F and 35. RGB value is (66,15,53). Sum of RGB (Red+Green+Blue) = 66+15+53=134 (17% of max value = 765). Red value is 66 (26.17% from 255 or 49.25% from 134); Green value is 15 (6.25% from 255 or 11.19% from 134); Blue value is 53 (21.09% from 255 or 39.55% from 134); Max value from RGB is 66 - color contains mainly: red. Hex color #420F35 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420F35 is #BDF0CA. Grayscale: #222222. Windows color (decimal): -12447947 or 3477314. OLE color: 3477314.
HSL color Cylindrical-coordinate representation of color #420F35: hue angle of 315.29º 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 #420F35 is Cyan = 0, Magento = 0.77, Yellow = 0.20 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 15 | 53 | - |
| CMYK | 0 | 0.77 | 0.20 | 0.74 |
| HSL | 315.29º | 0.63% | 0.16% | - |
| HSV(B) | 315.29º | 0.77% | 0.26% | - |
| XYZ | 3.06 | 1.76 | 3.55 | - |
| YUV | 34.58 | 138.4 | 150.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 15 | 53 | 0 | 0.77 | 0.20 | 0.74 | 315.29 | 0.63 | 0.16 |
| Hex | 42 | F | 35 | 0 | 4D | 14 | 4A | 13B | 3F | 10 |
| Octal | 102 | 17 | 65 | 0 | 115 | 24 | 112 | 473 | 77 | 20 |
| Binary | 1000010 | 1111 | 110101 | 0 | 1001101 | 10100 | 1001010 | 100111011 | 111111 | 10000 |
Color Harmonies of #420F35
Complementary color
Monochromatic Colors of #420F35
Black with #420F35
Text Example
Text Example
White with #420F35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420F35; }
p { color: rgb(66,15,53); }
H1.HeaderClassName
{
color: #420F35;
}
.AnyTagClassName
{
color: #420F35;
}
</style>
background-color css
<style>
a { background-color: #420F35; }
a { background-color: rgb(66,15,53); }
div.DivClassName
{
background-color: #420F35;
}
.BgClassName
{
background-color: #420F35;
}
</style>
border-color css
<style>
span { border-color: #420F35; }
span { border-color: rgb(66,15,53); }
td.TdClassName
{
border-color: #420F35;
}
.TagClassName
{
border-color: #420F35;
}
</style>