Shades of Blackberry #43001B
Tints of Blackberry #43001B
RGB
CMYK
RGB Variations
Color information
#43001B (or 0x43001B) is known color: Blackberry. HEX triplet: 43, 00 and 1B. RGB value is (67,0,27). Sum of RGB (Red+Green+Blue) = 67+0+27=94 (12% of max value = 765). Red value is 67 (26.56% from 255 or 71.28% from 94); Green value is 0 (0.39% from 255 or 0% from 94); Blue value is 27 (10.94% from 255 or 28.72% from 94); Max value from RGB is 67 - color contains mainly: red. Hex color #43001B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43001B is #BCFFE4. Grayscale: #171717. Windows color (decimal): -12386277 or 1769539. OLE color: 1769539.
HSL color Cylindrical-coordinate representation of color #43001B: hue angle of 335.82º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #43001B is Cyan = 0, Magento = 1, Yellow = 0.60 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 0 | 27 | - |
| CMYK | 0 | 1 | 0.60 | 0.74 |
| HSL | 335.82º | 1% | 0.13% | - |
| HSV(B) | 335.82º | 1% | 0.26% | - |
| XYZ | 2.51 | 1.27 | 1.15 | - |
| YUV | 23.11 | 130.2 | 159.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 0 | 27 | 0 | 1 | 0.60 | 0.74 | 335.82 | 1 | 0.13 |
| Hex | 43 | 0 | 1B | 0 | 64 | 3C | 4A | 150 | 64 | D |
| Octal | 103 | 0 | 33 | 0 | 144 | 74 | 112 | 520 | 144 | 15 |
| Binary | 1000011 | 0 | 11011 | 0 | 1100100 | 111100 | 1001010 | 101010000 | 1100100 | 1101 |
Color Harmonies of #43001B
Complementary color
Monochromatic Colors of #43001B
Black with #43001B
Text Example
Text Example
White with #43001B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43001B; }
p { color: rgb(67,0,27); }
H1.HeaderClassName
{
color: #43001B;
}
.AnyTagClassName
{
color: #43001B;
}
</style>
background-color css
<style>
a { background-color: #43001B; }
a { background-color: rgb(67,0,27); }
div.DivClassName
{
background-color: #43001B;
}
.BgClassName
{
background-color: #43001B;
}
</style>
border-color css
<style>
span { border-color: #43001B; }
span { border-color: rgb(67,0,27); }
td.TdClassName
{
border-color: #43001B;
}
.TagClassName
{
border-color: #43001B;
}
</style>