Shades of Blackberry #370C29
Tints of Blackberry #370C29
RGB
CMYK
RGB Variations
Color information
#370C29 (or 0x370C29) is known color: Blackberry. HEX triplet: 37, 0C and 29. RGB value is (55,12,41). Sum of RGB (Red+Green+Blue) = 55+12+41=108 (14% of max value = 765). Red value is 55 (21.88% from 255 or 50.93% from 108); Green value is 12 (5.08% from 255 or 11.11% from 108); Blue value is 41 (16.41% from 255 or 37.96% from 108); Max value from RGB is 55 - color contains mainly: red. Hex color #370C29 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370C29 is #C8F3D6. Grayscale: #1C1C1C. Windows color (decimal): -13169623 or 2690103. OLE color: 2690103.
HSL color Cylindrical-coordinate representation of color #370C29: hue angle of 319.53º degrees, saturation: 0.64, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #370C29 is Cyan = 0, Magento = 0.78, Yellow = 0.25 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 12 | 41 | - |
| CMYK | 0 | 0.78 | 0.25 | 0.78 |
| HSL | 319.53º | 0.64% | 0.13% | - |
| HSV(B) | 319.53º | 0.78% | 0.22% | - |
| XYZ | 2.11 | 1.24 | 2.23 | - |
| YUV | 28.16 | 135.25 | 147.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 12 | 41 | 0 | 0.78 | 0.25 | 0.78 | 319.53 | 0.64 | 0.13 |
| Hex | 37 | C | 29 | 0 | 4E | 19 | 4E | 140 | 40 | D |
| Octal | 67 | 14 | 51 | 0 | 116 | 31 | 116 | 500 | 100 | 15 |
| Binary | 110111 | 1100 | 101001 | 0 | 1001110 | 11001 | 1001110 | 101000000 | 1000000 | 1101 |
Color Harmonies of #370C29
Complementary color
Monochromatic Colors of #370C29
Black with #370C29
Text Example
Text Example
White with #370C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #370C29; }
p { color: rgb(55,12,41); }
H1.HeaderClassName
{
color: #370C29;
}
.AnyTagClassName
{
color: #370C29;
}
</style>
background-color css
<style>
a { background-color: #370C29; }
a { background-color: rgb(55,12,41); }
div.DivClassName
{
background-color: #370C29;
}
.BgClassName
{
background-color: #370C29;
}
</style>
border-color css
<style>
span { border-color: #370C29; }
span { border-color: rgb(55,12,41); }
td.TdClassName
{
border-color: #370C29;
}
.TagClassName
{
border-color: #370C29;
}
</style>