Shades of Blackberry #210618
Tints of Blackberry #210618
RGB
CMYK
RGB Variations
Color information
#210618 (or 0x210618) is known color: Blackberry. HEX triplet: 21, 06 and 18. RGB value is (33,6,24). Sum of RGB (Red+Green+Blue) = 33+6+24=63 (8% of max value = 765). Red value is 33 (13.28% from 255 or 52.38% from 63); Green value is 6 (2.73% from 255 or 9.52% from 63); Blue value is 24 (9.77% from 255 or 38.10% from 63); Max value from RGB is 33 - color contains mainly: red. Hex color #210618 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #210618 is #DEF9E7. Grayscale: #101010. Windows color (decimal): -14612968 or 1574433. OLE color: 1574433.
HSL color Cylindrical-coordinate representation of color #210618: hue angle of 320º degrees, saturation: 0.69, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #210618 is Cyan = 0, Magento = 0.82, Yellow = 0.27 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 33 | 6 | 24 | - |
| CMYK | 0 | 0.82 | 0.27 | 0.87 |
| HSL | 320º | 0.69% | 0.08% | - |
| HSV(B) | 320º | 0.82% | 0.13% | - |
| XYZ | 0.86 | 0.52 | 0.92 | - |
| YUV | 16.13 | 132.45 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 6 | 24 | 0 | 0.82 | 0.27 | 0.87 | 320 | 0.69 | 0.08 |
| Hex | 21 | 6 | 18 | 0 | 52 | 1B | 57 | 140 | 45 | 8 |
| Octal | 41 | 6 | 30 | 0 | 122 | 33 | 127 | 500 | 105 | 10 |
| Binary | 100001 | 110 | 11000 | 0 | 1010010 | 11011 | 1010111 | 101000000 | 1000101 | 1000 |
Color Harmonies of #210618
Complementary color
Monochromatic Colors of #210618
Black with #210618
Text Example
Text Example
White with #210618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #210618; }
p { color: rgb(33,6,24); }
H1.HeaderClassName
{
color: #210618;
}
.AnyTagClassName
{
color: #210618;
}
</style>
background-color css
<style>
a { background-color: #210618; }
a { background-color: rgb(33,6,24); }
div.DivClassName
{
background-color: #210618;
}
.BgClassName
{
background-color: #210618;
}
</style>
border-color css
<style>
span { border-color: #210618; }
span { border-color: rgb(33,6,24); }
td.TdClassName
{
border-color: #210618;
}
.TagClassName
{
border-color: #210618;
}
</style>