Shades of Blackberry #42172A
Tints of Blackberry #42172A
RGB
CMYK
RGB Variations
Color information
#42172A (or 0x42172A) is known color: Blackberry. HEX triplet: 42, 17 and 2A. RGB value is (66,23,42). Sum of RGB (Red+Green+Blue) = 66+23+42=131 (17% of max value = 765). Red value is 66 (26.17% from 255 or 50.38% from 131); Green value is 23 (9.38% from 255 or 17.56% from 131); Blue value is 42 (16.80% from 255 or 32.06% from 131); Max value from RGB is 66 - color contains mainly: red. Hex color #42172A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42172A is #BDE8D5. Grayscale: #252525. Windows color (decimal): -12445910 or 2758466. OLE color: 2758466.
HSL color Cylindrical-coordinate representation of color #42172A: hue angle of 333.49º degrees, saturation: 0.48, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #42172A is Cyan = 0, Magento = 0.65, Yellow = 0.36 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 23 | 42 | - |
| CMYK | 0 | 0.65 | 0.36 | 0.74 |
| HSL | 333.49º | 0.48% | 0.17% | - |
| HSV(B) | 333.49º | 0.65% | 0.26% | - |
| XYZ | 2.97 | 1.94 | 2.41 | - |
| YUV | 38.02 | 130.25 | 147.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 23 | 42 | 0 | 0.65 | 0.36 | 0.74 | 333.49 | 0.48 | 0.17 |
| Hex | 42 | 17 | 2A | 0 | 41 | 24 | 4A | 14D | 30 | 11 |
| Octal | 102 | 27 | 52 | 0 | 101 | 44 | 112 | 515 | 60 | 21 |
| Binary | 1000010 | 10111 | 101010 | 0 | 1000001 | 100100 | 1001010 | 101001101 | 110000 | 10001 |
Color Harmonies of #42172A
Complementary color
Monochromatic Colors of #42172A
Black with #42172A
Text Example
Text Example
White with #42172A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42172A; }
p { color: rgb(66,23,42); }
H1.HeaderClassName
{
color: #42172A;
}
.AnyTagClassName
{
color: #42172A;
}
</style>
background-color css
<style>
a { background-color: #42172A; }
a { background-color: rgb(66,23,42); }
div.DivClassName
{
background-color: #42172A;
}
.BgClassName
{
background-color: #42172A;
}
</style>
border-color css
<style>
span { border-color: #42172A; }
span { border-color: rgb(66,23,42); }
td.TdClassName
{
border-color: #42172A;
}
.TagClassName
{
border-color: #42172A;
}
</style>