Shades of Blackberry #430C2D
Tints of Blackberry #430C2D
RGB
CMYK
RGB Variations
Color information
#430C2D (or 0x430C2D) is known color: Blackberry. HEX triplet: 43, 0C and 2D. RGB value is (67,12,45). Sum of RGB (Red+Green+Blue) = 67+12+45=124 (16% of max value = 765). Red value is 67 (26.56% from 255 or 54.03% from 124); Green value is 12 (5.08% from 255 or 9.68% from 124); Blue value is 45 (17.97% from 255 or 36.29% from 124); Max value from RGB is 67 - color contains mainly: red. Hex color #430C2D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430C2D is #BCF3D2. Grayscale: #202020. Windows color (decimal): -12383187 or 2952259. OLE color: 2952259.
HSL color Cylindrical-coordinate representation of color #430C2D: hue angle of 324º 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 #430C2D is Cyan = 0, Magento = 0.82, Yellow = 0.33 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 12 | 45 | - |
| CMYK | 0 | 0.82 | 0.33 | 0.74 |
| HSL | 324º | 0.7% | 0.15% | - |
| HSV(B) | 324º | 0.82% | 0.26% | - |
| XYZ | 2.92 | 1.65 | 2.65 | - |
| YUV | 32.21 | 135.22 | 152.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 12 | 45 | 0 | 0.82 | 0.33 | 0.74 | 324 | 0.7 | 0.15 |
| Hex | 43 | C | 2D | 0 | 52 | 21 | 4A | 144 | 46 | F |
| Octal | 103 | 14 | 55 | 0 | 122 | 41 | 112 | 504 | 106 | 17 |
| Binary | 1000011 | 1100 | 101101 | 0 | 1010010 | 100001 | 1001010 | 101000100 | 1000110 | 1111 |
Color Harmonies of #430C2D
Complementary color
Monochromatic Colors of #430C2D
Black with #430C2D
Text Example
Text Example
White with #430C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430C2D; }
p { color: rgb(67,12,45); }
H1.HeaderClassName
{
color: #430C2D;
}
.AnyTagClassName
{
color: #430C2D;
}
</style>
background-color css
<style>
a { background-color: #430C2D; }
a { background-color: rgb(67,12,45); }
div.DivClassName
{
background-color: #430C2D;
}
.BgClassName
{
background-color: #430C2D;
}
</style>
border-color css
<style>
span { border-color: #430C2D; }
span { border-color: rgb(67,12,45); }
td.TdClassName
{
border-color: #430C2D;
}
.TagClassName
{
border-color: #430C2D;
}
</style>