Shades of Blackberry #421B33
Tints of Blackberry #421B33
RGB
CMYK
RGB Variations
Color information
#421B33 (or 0x421B33) is known color: Blackberry. HEX triplet: 42, 1B and 33. RGB value is (66,27,51). Sum of RGB (Red+Green+Blue) = 66+27+51=144 (19% of max value = 765). Red value is 66 (26.17% from 255 or 45.83% from 144); Green value is 27 (10.94% from 255 or 18.75% from 144); Blue value is 51 (20.31% from 255 or 35.42% from 144); Max value from RGB is 66 - color contains mainly: red. Hex color #421B33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #421B33 is #BDE4CC. Grayscale: #292929. Windows color (decimal): -12444877 or 3349314. OLE color: 3349314.
HSL color Cylindrical-coordinate representation of color #421B33: hue angle of 323.08º 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 #421B33 is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 27 | 51 | - |
| CMYK | 0 | 0.59 | 0.23 | 0.74 |
| HSL | 323.08º | 0.42% | 0.18% | - |
| HSV(B) | 323.08º | 0.59% | 0.26% | - |
| XYZ | 3.24 | 2.18 | 3.38 | - |
| YUV | 41.4 | 133.42 | 145.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 27 | 51 | 0 | 0.59 | 0.23 | 0.74 | 323.08 | 0.42 | 0.18 |
| Hex | 42 | 1B | 33 | 0 | 3B | 17 | 4A | 143 | 2A | 12 |
| Octal | 102 | 33 | 63 | 0 | 73 | 27 | 112 | 503 | 52 | 22 |
| Binary | 1000010 | 11011 | 110011 | 0 | 111011 | 10111 | 1001010 | 101000011 | 101010 | 10010 |
Color Harmonies of #421B33
Complementary color
Monochromatic Colors of #421B33
Black with #421B33
Text Example
Text Example
White with #421B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #421B33; }
p { color: rgb(66,27,51); }
H1.HeaderClassName
{
color: #421B33;
}
.AnyTagClassName
{
color: #421B33;
}
</style>
background-color css
<style>
a { background-color: #421B33; }
a { background-color: rgb(66,27,51); }
div.DivClassName
{
background-color: #421B33;
}
.BgClassName
{
background-color: #421B33;
}
</style>
border-color css
<style>
span { border-color: #421B33; }
span { border-color: rgb(66,27,51); }
td.TdClassName
{
border-color: #421B33;
}
.TagClassName
{
border-color: #421B33;
}
</style>