Shades of Cocoa Brown #30241A
Tints of Cocoa Brown #30241A
RGB
CMYK
RGB Variations
Color information
#30241A (or 0x30241A) is known color: Cocoa Brown. HEX triplet: 30, 24 and 1A. RGB value is (48,36,26). Sum of RGB (Red+Green+Blue) = 48+36+26=110 (14% of max value = 765). Red value is 48 (19.14% from 255 or 43.64% from 110); Green value is 36 (14.45% from 255 or 32.73% from 110); Blue value is 26 (10.55% from 255 or 23.64% from 110); Max value from RGB is 48 - color contains mainly: red. Hex color #30241A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30241A is #CFDBE5. Grayscale: #262626. Windows color (decimal): -13622246 or 1713200. OLE color: 1713200.
HSL color Cylindrical-coordinate representation of color #30241A: hue angle of 27.27º degrees, saturation: 0.3, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #30241A is Cyan = 0, Magento = 0.25, Yellow = 0.46 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 36 | 26 | - |
| CMYK | 0 | 0.25 | 0.46 | 0.81 |
| HSL | 27.27º | 0.3% | 0.15% | - |
| HSV(B) | 27.27º | 0.46% | 0.19% | - |
| XYZ | 2.04 | 1.96 | 1.25 | - |
| YUV | 38.45 | 120.98 | 134.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 36 | 26 | 0 | 0.25 | 0.46 | 0.81 | 27.27 | 0.3 | 0.15 |
| Hex | 30 | 24 | 1A | 0 | 19 | 2E | 51 | 1B | 1E | F |
| Octal | 60 | 44 | 32 | 0 | 31 | 56 | 121 | 33 | 36 | 17 |
| Binary | 110000 | 100100 | 11010 | 0 | 11001 | 101110 | 1010001 | 11011 | 11110 | 1111 |
Color Harmonies of #30241A
Complementary color
Monochromatic Colors of #30241A
Black with #30241A
Text Example
Text Example
White with #30241A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30241A; }
p { color: rgb(48,36,26); }
H1.HeaderClassName
{
color: #30241A;
}
.AnyTagClassName
{
color: #30241A;
}
</style>
background-color css
<style>
a { background-color: #30241A; }
a { background-color: rgb(48,36,26); }
div.DivClassName
{
background-color: #30241A;
}
.BgClassName
{
background-color: #30241A;
}
</style>
border-color css
<style>
span { border-color: #30241A; }
span { border-color: rgb(48,36,26); }
td.TdClassName
{
border-color: #30241A;
}
.TagClassName
{
border-color: #30241A;
}
</style>