Shades of Blackberry #371423
Tints of Blackberry #371423
RGB
CMYK
RGB Variations
Color information
#371423 (or 0x371423) is known color: Blackberry. HEX triplet: 37, 14 and 23. RGB value is (55,20,35). Sum of RGB (Red+Green+Blue) = 55+20+35=110 (14% of max value = 765). Red value is 55 (21.88% from 255 or 50% from 110); Green value is 20 (8.20% from 255 or 18.18% from 110); Blue value is 35 (14.06% from 255 or 31.82% from 110); Max value from RGB is 55 - color contains mainly: red. Hex color #371423 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #371423 is #C8EBDC. Grayscale: #202020. Windows color (decimal): -13167581 or 2298935. OLE color: 2298935.
HSL color Cylindrical-coordinate representation of color #371423: hue angle of 334.29º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #371423 is Cyan = 0, Magento = 0.64, Yellow = 0.36 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 20 | 35 | - |
| CMYK | 0 | 0.64 | 0.36 | 0.78 |
| HSL | 334.29º | 0.47% | 0.15% | - |
| HSV(B) | 334.29º | 0.64% | 0.22% | - |
| XYZ | 2.13 | 1.43 | 1.75 | - |
| YUV | 32.18 | 129.6 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 20 | 35 | 0 | 0.64 | 0.36 | 0.78 | 334.29 | 0.47 | 0.15 |
| Hex | 37 | 14 | 23 | 0 | 40 | 24 | 4E | 14E | 2F | F |
| Octal | 67 | 24 | 43 | 0 | 100 | 44 | 116 | 516 | 57 | 17 |
| Binary | 110111 | 10100 | 100011 | 0 | 1000000 | 100100 | 1001110 | 101001110 | 101111 | 1111 |
Color Harmonies of #371423
Complementary color
Monochromatic Colors of #371423
Black with #371423
Text Example
Text Example
White with #371423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #371423; }
p { color: rgb(55,20,35); }
H1.HeaderClassName
{
color: #371423;
}
.AnyTagClassName
{
color: #371423;
}
</style>
background-color css
<style>
a { background-color: #371423; }
a { background-color: rgb(55,20,35); }
div.DivClassName
{
background-color: #371423;
}
.BgClassName
{
background-color: #371423;
}
</style>
border-color css
<style>
span { border-color: #371423; }
span { border-color: rgb(55,20,35); }
td.TdClassName
{
border-color: #371423;
}
.TagClassName
{
border-color: #371423;
}
</style>