Shades of Blackberry #43041C
Tints of Blackberry #43041C
RGB
CMYK
RGB Variations
Color information
#43041C (or 0x43041C) is known color: Blackberry. HEX triplet: 43, 04 and 1C. RGB value is (67,4,28). Sum of RGB (Red+Green+Blue) = 67+4+28=99 (13% of max value = 765). Red value is 67 (26.56% from 255 or 67.68% from 99); Green value is 4 (1.95% from 255 or 4.04% from 99); Blue value is 28 (11.33% from 255 or 28.28% from 99); Max value from RGB is 67 - color contains mainly: red. Hex color #43041C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43041C is #BCFBE3. Grayscale: #191919. Windows color (decimal): -12385252 or 1836099. OLE color: 1836099.
HSL color Cylindrical-coordinate representation of color #43041C: hue angle of 337.14º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #43041C is Cyan = 0, Magento = 0.94, Yellow = 0.58 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 4 | 28 | - |
| CMYK | 0 | 0.94 | 0.58 | 0.74 |
| HSL | 337.14º | 0.89% | 0.14% | - |
| HSV(B) | 337.14º | 0.94% | 0.26% | - |
| XYZ | 2.57 | 1.36 | 1.23 | - |
| YUV | 25.57 | 129.37 | 157.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 4 | 28 | 0 | 0.94 | 0.58 | 0.74 | 337.14 | 0.89 | 0.14 |
| Hex | 43 | 4 | 1C | 0 | 5E | 3A | 4A | 151 | 59 | E |
| Octal | 103 | 4 | 34 | 0 | 136 | 72 | 112 | 521 | 131 | 16 |
| Binary | 1000011 | 100 | 11100 | 0 | 1011110 | 111010 | 1001010 | 101010001 | 1011001 | 1110 |
Color Harmonies of #43041C
Complementary color
Monochromatic Colors of #43041C
Black with #43041C
Text Example
Text Example
White with #43041C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43041C; }
p { color: rgb(67,4,28); }
H1.HeaderClassName
{
color: #43041C;
}
.AnyTagClassName
{
color: #43041C;
}
</style>
background-color css
<style>
a { background-color: #43041C; }
a { background-color: rgb(67,4,28); }
div.DivClassName
{
background-color: #43041C;
}
.BgClassName
{
background-color: #43041C;
}
</style>
border-color css
<style>
span { border-color: #43041C; }
span { border-color: rgb(67,4,28); }
td.TdClassName
{
border-color: #43041C;
}
.TagClassName
{
border-color: #43041C;
}
</style>