Shades of Blackberry #43192B
Tints of Blackberry #43192B
RGB
CMYK
RGB Variations
Color information
#43192B (or 0x43192B) is known color: Blackberry. HEX triplet: 43, 19 and 2B. RGB value is (67,25,43). Sum of RGB (Red+Green+Blue) = 67+25+43=135 (17% of max value = 765). Red value is 67 (26.56% from 255 or 49.63% from 135); Green value is 25 (10.16% from 255 or 18.52% from 135); Blue value is 43 (17.19% from 255 or 31.85% from 135); Max value from RGB is 67 - color contains mainly: red. Hex color #43192B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #43192B is #BCE6D4. Grayscale: #272727. Windows color (decimal): -12379861 or 2824515. OLE color: 2824515.
HSL color Cylindrical-coordinate representation of color #43192B: hue angle of 334.29º degrees, saturation: 0.46, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #43192B is Cyan = 0, Magento = 0.63, Yellow = 0.36 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 25 | 43 | - |
| CMYK | 0 | 0.63 | 0.36 | 0.74 |
| HSL | 334.29º | 0.46% | 0.18% | - |
| HSV(B) | 334.29º | 0.63% | 0.26% | - |
| XYZ | 3.1 | 2.06 | 2.52 | - |
| YUV | 39.61 | 129.91 | 147.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 25 | 43 | 0 | 0.63 | 0.36 | 0.74 | 334.29 | 0.46 | 0.18 |
| Hex | 43 | 19 | 2B | 0 | 3F | 24 | 4A | 14E | 2E | 12 |
| Octal | 103 | 31 | 53 | 0 | 77 | 44 | 112 | 516 | 56 | 22 |
| Binary | 1000011 | 11001 | 101011 | 0 | 111111 | 100100 | 1001010 | 101001110 | 101110 | 10010 |
Color Harmonies of #43192B
Complementary color
Monochromatic Colors of #43192B
Black with #43192B
Text Example
Text Example
White with #43192B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43192B; }
p { color: rgb(67,25,43); }
H1.HeaderClassName
{
color: #43192B;
}
.AnyTagClassName
{
color: #43192B;
}
</style>
background-color css
<style>
a { background-color: #43192B; }
a { background-color: rgb(67,25,43); }
div.DivClassName
{
background-color: #43192B;
}
.BgClassName
{
background-color: #43192B;
}
</style>
border-color css
<style>
span { border-color: #43192B; }
span { border-color: rgb(67,25,43); }
td.TdClassName
{
border-color: #43192B;
}
.TagClassName
{
border-color: #43192B;
}
</style>