Shades of Blackberry #420F38
Tints of Blackberry #420F38
RGB
CMYK
RGB Variations
Color information
#420F38 (or 0x420F38) is known color: Blackberry. HEX triplet: 42, 0F and 38. RGB value is (66,15,56). Sum of RGB (Red+Green+Blue) = 66+15+56=137 (18% of max value = 765). Red value is 66 (26.17% from 255 or 48.18% from 137); Green value is 15 (6.25% from 255 or 10.95% from 137); Blue value is 56 (22.27% from 255 or 40.88% from 137); Max value from RGB is 66 - color contains mainly: red. Hex color #420F38 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420F38 is #BDF0C7. Grayscale: #222222. Windows color (decimal): -12447944 or 3673922. OLE color: 3673922.
HSL color Cylindrical-coordinate representation of color #420F38: hue angle of 311.76º 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 #420F38 is Cyan = 0, Magento = 0.77, Yellow = 0.15 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 15 | 56 | - |
| CMYK | 0 | 0.77 | 0.15 | 0.74 |
| HSL | 311.76º | 0.63% | 0.16% | - |
| HSV(B) | 311.76º | 0.77% | 0.26% | - |
| XYZ | 3.13 | 1.79 | 3.92 | - |
| YUV | 34.92 | 139.9 | 150.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 15 | 56 | 0 | 0.77 | 0.15 | 0.74 | 311.76 | 0.63 | 0.16 |
| Hex | 42 | F | 38 | 0 | 4D | F | 4A | 138 | 3F | 10 |
| Octal | 102 | 17 | 70 | 0 | 115 | 17 | 112 | 470 | 77 | 20 |
| Binary | 1000010 | 1111 | 111000 | 0 | 1001101 | 1111 | 1001010 | 100111000 | 111111 | 10000 |
Color Harmonies of #420F38
Complementary color
Monochromatic Colors of #420F38
Black with #420F38
Text Example
Text Example
White with #420F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420F38; }
p { color: rgb(66,15,56); }
H1.HeaderClassName
{
color: #420F38;
}
.AnyTagClassName
{
color: #420F38;
}
</style>
background-color css
<style>
a { background-color: #420F38; }
a { background-color: rgb(66,15,56); }
div.DivClassName
{
background-color: #420F38;
}
.BgClassName
{
background-color: #420F38;
}
</style>
border-color css
<style>
span { border-color: #420F38; }
span { border-color: rgb(66,15,56); }
td.TdClassName
{
border-color: #420F38;
}
.TagClassName
{
border-color: #420F38;
}
</style>