Shades of Blackberry #24061A
Tints of Blackberry #24061A
RGB
CMYK
RGB Variations
Color information
#24061A (or 0x24061A) is known color: Blackberry. HEX triplet: 24, 06 and 1A. RGB value is (36,6,26). Sum of RGB (Red+Green+Blue) = 36+6+26=68 (9% of max value = 765). Red value is 36 (14.45% from 255 or 52.94% from 68); Green value is 6 (2.73% from 255 or 8.82% from 68); Blue value is 26 (10.55% from 255 or 38.24% from 68); Max value from RGB is 36 - color contains mainly: red. Hex color #24061A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #24061A is #DBF9E5. Grayscale: #111111. Windows color (decimal): -14416358 or 1705508. OLE color: 1705508.
HSL color Cylindrical-coordinate representation of color #24061A: hue angle of 320º degrees, saturation: 0.71, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #24061A is Cyan = 0, Magento = 0.83, Yellow = 0.28 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 36 | 6 | 26 | - |
| CMYK | 0 | 0.83 | 0.28 | 0.86 |
| HSL | 320º | 0.71% | 0.08% | - |
| HSV(B) | 320º | 0.83% | 0.14% | - |
| XYZ | 0.98 | 0.58 | 1.04 | - |
| YUV | 17.25 | 132.94 | 141.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 6 | 26 | 0 | 0.83 | 0.28 | 0.86 | 320 | 0.71 | 0.08 |
| Hex | 24 | 6 | 1A | 0 | 53 | 1C | 56 | 140 | 47 | 8 |
| Octal | 44 | 6 | 32 | 0 | 123 | 34 | 126 | 500 | 107 | 10 |
| Binary | 100100 | 110 | 11010 | 0 | 1010011 | 11100 | 1010110 | 101000000 | 1000111 | 1000 |
Color Harmonies of #24061A
Complementary color
Monochromatic Colors of #24061A
Black with #24061A
Text Example
Text Example
White with #24061A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24061A; }
p { color: rgb(36,6,26); }
H1.HeaderClassName
{
color: #24061A;
}
.AnyTagClassName
{
color: #24061A;
}
</style>
background-color css
<style>
a { background-color: #24061A; }
a { background-color: rgb(36,6,26); }
div.DivClassName
{
background-color: #24061A;
}
.BgClassName
{
background-color: #24061A;
}
</style>
border-color css
<style>
span { border-color: #24061A; }
span { border-color: rgb(36,6,26); }
td.TdClassName
{
border-color: #24061A;
}
.TagClassName
{
border-color: #24061A;
}
</style>