Shades of Blackberry #430019
Tints of Blackberry #430019
RGB
CMYK
RGB Variations
Color information
#430019 (or 0x430019) is known color: Blackberry. HEX triplet: 43, 00 and 19. RGB value is (67,0,25). Sum of RGB (Red+Green+Blue) = 67+0+25=92 (12% of max value = 765). Red value is 67 (26.56% from 255 or 72.83% from 92); Green value is 0 (0.39% from 255 or 0% from 92); Blue value is 25 (10.16% from 255 or 27.17% from 92); Max value from RGB is 67 - color contains mainly: red. Hex color #430019 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #430019 is #BCFFE6. Grayscale: #161616. Windows color (decimal): -12386279 or 1638467. OLE color: 1638467.
HSL color Cylindrical-coordinate representation of color #430019: hue angle of 337.61º 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 #430019 is Cyan = 0, Magento = 1, Yellow = 0.63 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 0 | 25 | - |
| CMYK | 0 | 1 | 0.63 | 0.74 |
| HSL | 337.61º | 1% | 0.13% | - |
| HSV(B) | 337.61º | 1% | 0.26% | - |
| XYZ | 2.49 | 1.26 | 1.03 | - |
| YUV | 22.88 | 129.2 | 159.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 0 | 25 | 0 | 1 | 0.63 | 0.74 | 337.61 | 1 | 0.13 |
| Hex | 43 | 0 | 19 | 0 | 64 | 3F | 4A | 152 | 64 | D |
| Octal | 103 | 0 | 31 | 0 | 144 | 77 | 112 | 522 | 144 | 15 |
| Binary | 1000011 | 0 | 11001 | 0 | 1100100 | 111111 | 1001010 | 101010010 | 1100100 | 1101 |
Color Harmonies of #430019
Complementary color
Monochromatic Colors of #430019
Black with #430019
Text Example
Text Example
White with #430019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430019; }
p { color: rgb(67,0,25); }
H1.HeaderClassName
{
color: #430019;
}
.AnyTagClassName
{
color: #430019;
}
</style>
background-color css
<style>
a { background-color: #430019; }
a { background-color: rgb(67,0,25); }
div.DivClassName
{
background-color: #430019;
}
.BgClassName
{
background-color: #430019;
}
</style>
border-color css
<style>
span { border-color: #430019; }
span { border-color: rgb(67,0,25); }
td.TdClassName
{
border-color: #430019;
}
.TagClassName
{
border-color: #430019;
}
</style>