Shades of Blackberry #430C26
Tints of Blackberry #430C26
RGB
CMYK
RGB Variations
Color information
#430C26 (or 0x430C26) is known color: Blackberry. HEX triplet: 43, 0C and 26. RGB value is (67,12,38). Sum of RGB (Red+Green+Blue) = 67+12+38=117 (15% of max value = 765). Red value is 67 (26.56% from 255 or 57.26% from 117); Green value is 12 (5.08% from 255 or 10.26% from 117); Blue value is 38 (15.23% from 255 or 32.48% from 117); Max value from RGB is 67 - color contains mainly: red. Hex color #430C26 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430C26 is #BCF3D9. Grayscale: #1F1F1F. Windows color (decimal): -12383194 or 2493507. OLE color: 2493507.
HSL color Cylindrical-coordinate representation of color #430C26: hue angle of 331.64º degrees, saturation: 0.7, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #430C26 is Cyan = 0, Magento = 0.82, Yellow = 0.43 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 12 | 38 | - |
| CMYK | 0 | 0.82 | 0.43 | 0.74 |
| HSL | 331.64º | 0.7% | 0.15% | - |
| HSV(B) | 331.64º | 0.82% | 0.26% | - |
| XYZ | 2.8 | 1.6 | 1.99 | - |
| YUV | 31.41 | 131.72 | 153.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 12 | 38 | 0 | 0.82 | 0.43 | 0.74 | 331.64 | 0.7 | 0.15 |
| Hex | 43 | C | 26 | 0 | 52 | 2B | 4A | 14C | 46 | F |
| Octal | 103 | 14 | 46 | 0 | 122 | 53 | 112 | 514 | 106 | 17 |
| Binary | 1000011 | 1100 | 100110 | 0 | 1010010 | 101011 | 1001010 | 101001100 | 1000110 | 1111 |
Color Harmonies of #430C26
Complementary color
Monochromatic Colors of #430C26
Black with #430C26
Text Example
Text Example
White with #430C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430C26; }
p { color: rgb(67,12,38); }
H1.HeaderClassName
{
color: #430C26;
}
.AnyTagClassName
{
color: #430C26;
}
</style>
background-color css
<style>
a { background-color: #430C26; }
a { background-color: rgb(67,12,38); }
div.DivClassName
{
background-color: #430C26;
}
.BgClassName
{
background-color: #430C26;
}
</style>
border-color css
<style>
span { border-color: #430C26; }
span { border-color: rgb(67,12,38); }
td.TdClassName
{
border-color: #430C26;
}
.TagClassName
{
border-color: #430C26;
}
</style>