Shades of Blackberry #42182D
Tints of Blackberry #42182D
RGB
CMYK
RGB Variations
Color information
#42182D (or 0x42182D) is known color: Blackberry. HEX triplet: 42, 18 and 2D. RGB value is (66,24,45). Sum of RGB (Red+Green+Blue) = 66+24+45=135 (17% of max value = 765). Red value is 66 (26.17% from 255 or 48.89% from 135); Green value is 24 (9.77% from 255 or 17.78% from 135); Blue value is 45 (17.97% from 255 or 33.33% from 135); Max value from RGB is 66 - color contains mainly: red. Hex color #42182D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42182D is #BDE7D2. Grayscale: #262626. Windows color (decimal): -12445651 or 2955330. OLE color: 2955330.
HSL color Cylindrical-coordinate representation of color #42182D: hue angle of 330º degrees, saturation: 0.47, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #42182D is Cyan = 0, Magento = 0.64, Yellow = 0.32 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 24 | 45 | - |
| CMYK | 0 | 0.64 | 0.32 | 0.74 |
| HSL | 330º | 0.47% | 0.18% | - |
| HSV(B) | 330º | 0.64% | 0.26% | - |
| XYZ | 3.05 | 2 | 2.71 | - |
| YUV | 38.95 | 131.41 | 147.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 24 | 45 | 0 | 0.64 | 0.32 | 0.74 | 330 | 0.47 | 0.18 |
| Hex | 42 | 18 | 2D | 0 | 40 | 20 | 4A | 14A | 2F | 12 |
| Octal | 102 | 30 | 55 | 0 | 100 | 40 | 112 | 512 | 57 | 22 |
| Binary | 1000010 | 11000 | 101101 | 0 | 1000000 | 100000 | 1001010 | 101001010 | 101111 | 10010 |
Color Harmonies of #42182D
Complementary color
Monochromatic Colors of #42182D
Black with #42182D
Text Example
Text Example
White with #42182D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42182D; }
p { color: rgb(66,24,45); }
H1.HeaderClassName
{
color: #42182D;
}
.AnyTagClassName
{
color: #42182D;
}
</style>
background-color css
<style>
a { background-color: #42182D; }
a { background-color: rgb(66,24,45); }
div.DivClassName
{
background-color: #42182D;
}
.BgClassName
{
background-color: #42182D;
}
</style>
border-color css
<style>
span { border-color: #42182D; }
span { border-color: rgb(66,24,45); }
td.TdClassName
{
border-color: #42182D;
}
.TagClassName
{
border-color: #42182D;
}
</style>