Shades of Cocoa Brown #30241C
Tints of Cocoa Brown #30241C
RGB
CMYK
RGB Variations
Color information
#30241C (or 0x30241C) is known color: Cocoa Brown. HEX triplet: 30, 24 and 1C. RGB value is (48,36,28). Sum of RGB (Red+Green+Blue) = 48+36+28=112 (14% of max value = 765). Red value is 48 (19.14% from 255 or 42.86% from 112); Green value is 36 (14.45% from 255 or 32.14% from 112); Blue value is 28 (11.33% from 255 or 25% from 112); Max value from RGB is 48 - color contains mainly: red. Hex color #30241C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30241C is #CFDBE3. Grayscale: #262626. Windows color (decimal): -13622244 or 1844272. OLE color: 1844272.
HSL color Cylindrical-coordinate representation of color #30241C: hue angle of 24º degrees, saturation: 0.26, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #30241C is Cyan = 0, Magento = 0.25, Yellow = 0.42 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 36 | 28 | - |
| CMYK | 0 | 0.25 | 0.42 | 0.81 |
| HSL | 24º | 0.26% | 0.15% | - |
| HSV(B) | 24º | 0.42% | 0.19% | - |
| XYZ | 2.06 | 1.97 | 1.37 | - |
| YUV | 38.68 | 121.98 | 134.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 36 | 28 | 0 | 0.25 | 0.42 | 0.81 | 24 | 0.26 | 0.15 |
| Hex | 30 | 24 | 1C | 0 | 19 | 2A | 51 | 18 | 1A | F |
| Octal | 60 | 44 | 34 | 0 | 31 | 52 | 121 | 30 | 32 | 17 |
| Binary | 110000 | 100100 | 11100 | 0 | 11001 | 101010 | 1010001 | 11000 | 11010 | 1111 |
Color Harmonies of #30241C
Complementary color
Monochromatic Colors of #30241C
Black with #30241C
Text Example
Text Example
White with #30241C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30241C; }
p { color: rgb(48,36,28); }
H1.HeaderClassName
{
color: #30241C;
}
.AnyTagClassName
{
color: #30241C;
}
</style>
background-color css
<style>
a { background-color: #30241C; }
a { background-color: rgb(48,36,28); }
div.DivClassName
{
background-color: #30241C;
}
.BgClassName
{
background-color: #30241C;
}
</style>
border-color css
<style>
span { border-color: #30241C; }
span { border-color: rgb(48,36,28); }
td.TdClassName
{
border-color: #30241C;
}
.TagClassName
{
border-color: #30241C;
}
</style>