Shades of Blackberry #430023
Tints of Blackberry #430023
RGB
CMYK
RGB Variations
Color information
#430023 (or 0x430023) is known color: Blackberry. HEX triplet: 43, 00 and 23. RGB value is (67,0,35). Sum of RGB (Red+Green+Blue) = 67+0+35=102 (13% of max value = 765). Red value is 67 (26.56% from 255 or 65.69% from 102); Green value is 0 (0.39% from 255 or 0% from 102); Blue value is 35 (14.06% from 255 or 34.31% from 102); Max value from RGB is 67 - color contains mainly: red. Hex color #430023 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430023 is #BCFFDC. Grayscale: #171717. Windows color (decimal): -12386269 or 2293827. OLE color: 2293827.
HSL color Cylindrical-coordinate representation of color #430023: hue angle of 328.66º 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 #430023 is Cyan = 0, Magento = 1, Yellow = 0.48 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 67 | 0 | 35 | - |
| CMYK | 0 | 1 | 0.48 | 0.74 |
| HSL | 328.66º | 1% | 0.13% | - |
| HSV(B) | 328.66º | 1% | 0.26% | - |
| XYZ | 2.62 | 1.31 | 1.71 | - |
| YUV | 24.02 | 134.2 | 158.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 0 | 35 | 0 | 1 | 0.48 | 0.74 | 328.66 | 1 | 0.13 |
| Hex | 43 | 0 | 23 | 0 | 64 | 30 | 4A | 149 | 64 | D |
| Octal | 103 | 0 | 43 | 0 | 144 | 60 | 112 | 511 | 144 | 15 |
| Binary | 1000011 | 0 | 100011 | 0 | 1100100 | 110000 | 1001010 | 101001001 | 1100100 | 1101 |
Color Harmonies of #430023
Complementary color
Monochromatic Colors of #430023
Black with #430023
Text Example
Text Example
White with #430023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #430023; }
p { color: rgb(67,0,35); }
H1.HeaderClassName
{
color: #430023;
}
.AnyTagClassName
{
color: #430023;
}
</style>
background-color css
<style>
a { background-color: #430023; }
a { background-color: rgb(67,0,35); }
div.DivClassName
{
background-color: #430023;
}
.BgClassName
{
background-color: #430023;
}
</style>
border-color css
<style>
span { border-color: #430023; }
span { border-color: rgb(67,0,35); }
td.TdClassName
{
border-color: #430023;
}
.TagClassName
{
border-color: #430023;
}
</style>