Shades of Cocoa Brown #30241B
Tints of Cocoa Brown #30241B
RGB
CMYK
RGB Variations
Color information
#30241B (or 0x30241B) is known color: Cocoa Brown. HEX triplet: 30, 24 and 1B. RGB value is (48,36,27). Sum of RGB (Red+Green+Blue) = 48+36+27=111 (14% of max value = 765). Red value is 48 (19.14% from 255 or 43.24% from 111); Green value is 36 (14.45% from 255 or 32.43% from 111); Blue value is 27 (10.94% from 255 or 24.32% from 111); Max value from RGB is 48 - color contains mainly: red. Hex color #30241B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30241B is #CFDBE4. Grayscale: #262626. Windows color (decimal): -13622245 or 1778736. OLE color: 1778736.
HSL color Cylindrical-coordinate representation of color #30241B: hue angle of 25.71º degrees, saturation: 0.28, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #30241B is Cyan = 0, Magento = 0.25, Yellow = 0.44 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 36 | 27 | - |
| CMYK | 0 | 0.25 | 0.44 | 0.81 |
| HSL | 25.71º | 0.28% | 0.15% | - |
| HSV(B) | 25.71º | 0.44% | 0.19% | - |
| XYZ | 2.05 | 1.97 | 1.31 | - |
| YUV | 38.56 | 121.48 | 134.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 36 | 27 | 0 | 0.25 | 0.44 | 0.81 | 25.71 | 0.28 | 0.15 |
| Hex | 30 | 24 | 1B | 0 | 19 | 2C | 51 | 1A | 1C | F |
| Octal | 60 | 44 | 33 | 0 | 31 | 54 | 121 | 32 | 34 | 17 |
| Binary | 110000 | 100100 | 11011 | 0 | 11001 | 101100 | 1010001 | 11010 | 11100 | 1111 |
Color Harmonies of #30241B
Complementary color
Monochromatic Colors of #30241B
Black with #30241B
Text Example
Text Example
White with #30241B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30241B; }
p { color: rgb(48,36,27); }
H1.HeaderClassName
{
color: #30241B;
}
.AnyTagClassName
{
color: #30241B;
}
</style>
background-color css
<style>
a { background-color: #30241B; }
a { background-color: rgb(48,36,27); }
div.DivClassName
{
background-color: #30241B;
}
.BgClassName
{
background-color: #30241B;
}
</style>
border-color css
<style>
span { border-color: #30241B; }
span { border-color: rgb(48,36,27); }
td.TdClassName
{
border-color: #30241B;
}
.TagClassName
{
border-color: #30241B;
}
</style>