Shades of Blackberry #420723
Tints of Blackberry #420723
RGB
CMYK
RGB Variations
Color information
#420723 (or 0x420723) is known color: Blackberry. HEX triplet: 42, 07 and 23. RGB value is (66,7,35). Sum of RGB (Red+Green+Blue) = 66+7+35=108 (14% of max value = 765). Red value is 66 (26.17% from 255 or 61.11% from 108); Green value is 7 (3.12% from 255 or 6.48% from 108); Blue value is 35 (14.06% from 255 or 32.41% from 108); Max value from RGB is 66 - color contains mainly: red. Hex color #420723 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420723 is #BDF8DC. Grayscale: #1B1B1B. Windows color (decimal): -12450013 or 2295618. OLE color: 2295618.
HSL color Cylindrical-coordinate representation of color #420723: hue angle of 331.53º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #420723 is Cyan = 0, Magento = 0.89, Yellow = 0.47 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 7 | 35 | - |
| CMYK | 0 | 0.89 | 0.47 | 0.74 |
| HSL | 331.53º | 0.81% | 0.14% | - |
| HSV(B) | 331.53º | 0.89% | 0.26% | - |
| XYZ | 2.63 | 1.43 | 1.73 | - |
| YUV | 27.83 | 132.05 | 155.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 7 | 35 | 0 | 0.89 | 0.47 | 0.74 | 331.53 | 0.81 | 0.14 |
| Hex | 42 | 7 | 23 | 0 | 59 | 2F | 4A | 14C | 51 | E |
| Octal | 102 | 7 | 43 | 0 | 131 | 57 | 112 | 514 | 121 | 16 |
| Binary | 1000010 | 111 | 100011 | 0 | 1011001 | 101111 | 1001010 | 101001100 | 1010001 | 1110 |
Color Harmonies of #420723
Complementary color
Monochromatic Colors of #420723
Black with #420723
Text Example
Text Example
White with #420723
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420723; }
p { color: rgb(66,7,35); }
H1.HeaderClassName
{
color: #420723;
}
.AnyTagClassName
{
color: #420723;
}
</style>
background-color css
<style>
a { background-color: #420723; }
a { background-color: rgb(66,7,35); }
div.DivClassName
{
background-color: #420723;
}
.BgClassName
{
background-color: #420723;
}
</style>
border-color css
<style>
span { border-color: #420723; }
span { border-color: rgb(66,7,35); }
td.TdClassName
{
border-color: #420723;
}
.TagClassName
{
border-color: #420723;
}
</style>