Shades of Blackberry #421B38
Tints of Blackberry #421B38
RGB
CMYK
RGB Variations
Color information
#421B38 (or 0x421B38) is known color: Blackberry. HEX triplet: 42, 1B and 38. RGB value is (66,27,56). Sum of RGB (Red+Green+Blue) = 66+27+56=149 (19% of max value = 765). Red value is 66 (26.17% from 255 or 44.30% from 149); Green value is 27 (10.94% from 255 or 18.12% from 149); Blue value is 56 (22.27% from 255 or 37.58% from 149); Max value from RGB is 66 - color contains mainly: red. Hex color #421B38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421B38 is #BDE4C7. Grayscale: #292929. Windows color (decimal): -12444872 or 3676994. OLE color: 3676994.
HSL color Cylindrical-coordinate representation of color #421B38: hue angle of 315.38º degrees, saturation: 0.42, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #421B38 is Cyan = 0, Magento = 0.59, Yellow = 0.15 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 27 | 56 | - |
| CMYK | 0 | 0.59 | 0.15 | 0.74 |
| HSL | 315.38º | 0.42% | 0.18% | - |
| HSV(B) | 315.38º | 0.59% | 0.26% | - |
| XYZ | 3.35 | 2.23 | 3.99 | - |
| YUV | 41.97 | 135.92 | 145.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 27 | 56 | 0 | 0.59 | 0.15 | 0.74 | 315.38 | 0.42 | 0.18 |
| Hex | 42 | 1B | 38 | 0 | 3B | F | 4A | 13B | 2A | 12 |
| Octal | 102 | 33 | 70 | 0 | 73 | 17 | 112 | 473 | 52 | 22 |
| Binary | 1000010 | 11011 | 111000 | 0 | 111011 | 1111 | 1001010 | 100111011 | 101010 | 10010 |
Color Harmonies of #421B38
Complementary color
Monochromatic Colors of #421B38
Black with #421B38
Text Example
Text Example
White with #421B38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421B38; }
p { color: rgb(66,27,56); }
H1.HeaderClassName
{
color: #421B38;
}
.AnyTagClassName
{
color: #421B38;
}
</style>
background-color css
<style>
a { background-color: #421B38; }
a { background-color: rgb(66,27,56); }
div.DivClassName
{
background-color: #421B38;
}
.BgClassName
{
background-color: #421B38;
}
</style>
border-color css
<style>
span { border-color: #421B38; }
span { border-color: rgb(66,27,56); }
td.TdClassName
{
border-color: #421B38;
}
.TagClassName
{
border-color: #421B38;
}
</style>