Shades of Blackberry #430F23
Tints of Blackberry #430F23
RGB
CMYK
RGB Variations
Color information
#430F23 (or 0x430F23) is known color: Blackberry. HEX triplet: 43, 0F and 23. RGB value is (67,15,35). Sum of RGB (Red+Green+Blue) = 67+15+35=117 (15% of max value = 765). Red value is 67 (26.56% from 255 or 57.26% from 117); Green value is 15 (6.25% from 255 or 12.82% from 117); Blue value is 35 (14.06% from 255 or 29.91% from 117); Max value from RGB is 67 - color contains mainly: red. Hex color #430F23 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430F23 is #BCF0DC. Grayscale: #202020. Windows color (decimal): -12382429 or 2297667. OLE color: 2297667.
HSL color Cylindrical-coordinate representation of color #430F23: hue angle of 336.92º degrees, saturation: 0.63, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #430F23 is Cyan = 0, Magento = 0.78, Yellow = 0.48 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 15 | 35 | - |
| CMYK | 0 | 0.78 | 0.48 | 0.74 |
| HSL | 336.92º | 0.63% | 0.16% | - |
| HSV(B) | 336.92º | 0.78% | 0.26% | - |
| XYZ | 2.79 | 1.66 | 1.76 | - |
| YUV | 32.83 | 129.23 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 15 | 35 | 0 | 0.78 | 0.48 | 0.74 | 336.92 | 0.63 | 0.16 |
| Hex | 43 | F | 23 | 0 | 4E | 30 | 4A | 151 | 3F | 10 |
| Octal | 103 | 17 | 43 | 0 | 116 | 60 | 112 | 521 | 77 | 20 |
| Binary | 1000011 | 1111 | 100011 | 0 | 1001110 | 110000 | 1001010 | 101010001 | 111111 | 10000 |
Color Harmonies of #430F23
Complementary color
Monochromatic Colors of #430F23
Black with #430F23
Text Example
Text Example
White with #430F23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430F23; }
p { color: rgb(67,15,35); }
H1.HeaderClassName
{
color: #430F23;
}
.AnyTagClassName
{
color: #430F23;
}
</style>
background-color css
<style>
a { background-color: #430F23; }
a { background-color: rgb(67,15,35); }
div.DivClassName
{
background-color: #430F23;
}
.BgClassName
{
background-color: #430F23;
}
</style>
border-color css
<style>
span { border-color: #430F23; }
span { border-color: rgb(67,15,35); }
td.TdClassName
{
border-color: #430F23;
}
.TagClassName
{
border-color: #430F23;
}
</style>