Shades of Blackberry #2D041F
Tints of Blackberry #2D041F
RGB
CMYK
RGB Variations
Color information
#2D041F (or 0x2D041F) is known color: Blackberry. HEX triplet: 2D, 04 and 1F. RGB value is (45,4,31). Sum of RGB (Red+Green+Blue) = 45+4+31=80 (10% of max value = 765). Red value is 45 (17.97% from 255 or 56.25% from 80); Green value is 4 (1.95% from 255 or 5% from 80); Blue value is 31 (12.5% from 255 or 38.75% from 80); Max value from RGB is 45 - color contains mainly: red. Hex color #2D041F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #2D041F is #D2FBE0. Grayscale: #131313. Windows color (decimal): -13827041 or 2032685. OLE color: 2032685.
HSL color Cylindrical-coordinate representation of color #2D041F: hue angle of 320.49º degrees, saturation: 0.84, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2D041F is Cyan = 0, Magento = 0.91, Yellow = 0.31 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 45 | 4 | 31 | - |
| CMYK | 0 | 0.91 | 0.31 | 0.82 |
| HSL | 320.49º | 0.84% | 0.1% | - |
| HSV(B) | 320.49º | 0.91% | 0.18% | - |
| XYZ | 1.37 | 0.74 | 1.37 | - |
| YUV | 19.34 | 134.58 | 146.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 4 | 31 | 0 | 0.91 | 0.31 | 0.82 | 320.49 | 0.84 | 0.1 |
| Hex | 2D | 4 | 1F | 0 | 5B | 1F | 52 | 140 | 54 | A |
| Octal | 55 | 4 | 37 | 0 | 133 | 37 | 122 | 500 | 124 | 12 |
| Binary | 101101 | 100 | 11111 | 0 | 1011011 | 11111 | 1010010 | 101000000 | 1010100 | 1010 |
Color Harmonies of #2D041F
Complementary color
Monochromatic Colors of #2D041F
Black with #2D041F
Text Example
Text Example
White with #2D041F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D041F; }
p { color: rgb(45,4,31); }
H1.HeaderClassName
{
color: #2D041F;
}
.AnyTagClassName
{
color: #2D041F;
}
</style>
background-color css
<style>
a { background-color: #2D041F; }
a { background-color: rgb(45,4,31); }
div.DivClassName
{
background-color: #2D041F;
}
.BgClassName
{
background-color: #2D041F;
}
</style>
border-color css
<style>
span { border-color: #2D041F; }
span { border-color: rgb(45,4,31); }
td.TdClassName
{
border-color: #2D041F;
}
.TagClassName
{
border-color: #2D041F;
}
</style>