Shades of Blackberry #420725
Tints of Blackberry #420725
RGB
CMYK
RGB Variations
Color information
#420725 (or 0x420725) is known color: Blackberry. HEX triplet: 42, 07 and 25. RGB value is (66,7,37). Sum of RGB (Red+Green+Blue) = 66+7+37=110 (14% of max value = 765). Red value is 66 (26.17% from 255 or 60% from 110); Green value is 7 (3.12% from 255 or 6.36% from 110); Blue value is 37 (14.84% from 255 or 33.64% from 110); Max value from RGB is 66 - color contains mainly: red. Hex color #420725 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #420725 is #BDF8DA. Grayscale: #1C1C1C. Windows color (decimal): -12450011 or 2426690. OLE color: 2426690.
HSL color Cylindrical-coordinate representation of color #420725: hue angle of 329.49º 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 #420725 is Cyan = 0, Magento = 0.89, Yellow = 0.44 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 7 | 37 | - |
| CMYK | 0 | 0.89 | 0.44 | 0.74 |
| HSL | 329.49º | 0.81% | 0.14% | - |
| HSV(B) | 329.49º | 0.89% | 0.26% | - |
| XYZ | 2.66 | 1.44 | 1.89 | - |
| YUV | 28.06 | 133.05 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 7 | 37 | 0 | 0.89 | 0.44 | 0.74 | 329.49 | 0.81 | 0.14 |
| Hex | 42 | 7 | 25 | 0 | 59 | 2C | 4A | 149 | 51 | E |
| Octal | 102 | 7 | 45 | 0 | 131 | 54 | 112 | 511 | 121 | 16 |
| Binary | 1000010 | 111 | 100101 | 0 | 1011001 | 101100 | 1001010 | 101001001 | 1010001 | 1110 |
Color Harmonies of #420725
Complementary color
Monochromatic Colors of #420725
Black with #420725
Text Example
Text Example
White with #420725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420725; }
p { color: rgb(66,7,37); }
H1.HeaderClassName
{
color: #420725;
}
.AnyTagClassName
{
color: #420725;
}
</style>
background-color css
<style>
a { background-color: #420725; }
a { background-color: rgb(66,7,37); }
div.DivClassName
{
background-color: #420725;
}
.BgClassName
{
background-color: #420725;
}
</style>
border-color css
<style>
span { border-color: #420725; }
span { border-color: rgb(66,7,37); }
td.TdClassName
{
border-color: #420725;
}
.TagClassName
{
border-color: #420725;
}
</style>