Shades of Blackberry #420F2B
Tints of Blackberry #420F2B
RGB
CMYK
RGB Variations
Color information
#420F2B (or 0x420F2B) is known color: Blackberry. HEX triplet: 42, 0F and 2B. RGB value is (66,15,43). Sum of RGB (Red+Green+Blue) = 66+15+43=124 (16% of max value = 765). Red value is 66 (26.17% from 255 or 53.23% from 124); Green value is 15 (6.25% from 255 or 12.10% from 124); Blue value is 43 (17.19% from 255 or 34.68% from 124); Max value from RGB is 66 - color contains mainly: red. Hex color #420F2B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420F2B is #BDF0D4. Grayscale: #212121. Windows color (decimal): -12447957 or 2821954. OLE color: 2821954.
HSL color Cylindrical-coordinate representation of color #420F2B: hue angle of 327.06º 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 #420F2B is Cyan = 0, Magento = 0.77, Yellow = 0.35 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 15 | 43 | - |
| CMYK | 0 | 0.77 | 0.35 | 0.74 |
| HSL | 327.06º | 0.63% | 0.16% | - |
| HSV(B) | 327.06º | 0.77% | 0.26% | - |
| XYZ | 2.85 | 1.67 | 2.46 | - |
| YUV | 33.44 | 133.4 | 151.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 15 | 43 | 0 | 0.77 | 0.35 | 0.74 | 327.06 | 0.63 | 0.16 |
| Hex | 42 | F | 2B | 0 | 4D | 23 | 4A | 147 | 3F | 10 |
| Octal | 102 | 17 | 53 | 0 | 115 | 43 | 112 | 507 | 77 | 20 |
| Binary | 1000010 | 1111 | 101011 | 0 | 1001101 | 100011 | 1001010 | 101000111 | 111111 | 10000 |
Color Harmonies of #420F2B
Complementary color
Monochromatic Colors of #420F2B
Black with #420F2B
Text Example
Text Example
White with #420F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420F2B; }
p { color: rgb(66,15,43); }
H1.HeaderClassName
{
color: #420F2B;
}
.AnyTagClassName
{
color: #420F2B;
}
</style>
background-color css
<style>
a { background-color: #420F2B; }
a { background-color: rgb(66,15,43); }
div.DivClassName
{
background-color: #420F2B;
}
.BgClassName
{
background-color: #420F2B;
}
</style>
border-color css
<style>
span { border-color: #420F2B; }
span { border-color: rgb(66,15,43); }
td.TdClassName
{
border-color: #420F2B;
}
.TagClassName
{
border-color: #420F2B;
}
</style>