Shades of Cocoa Brown #301F07
Tints of Cocoa Brown #301F07
RGB
CMYK
RGB Variations
Color information
#301F07 (or 0x301F07) is known color: Cocoa Brown. HEX triplet: 30, 1F and 07. RGB value is (48,31,7). Sum of RGB (Red+Green+Blue) = 48+31+7=86 (11% of max value = 765). Red value is 48 (19.14% from 255 or 55.81% from 86); Green value is 31 (12.5% from 255 or 36.05% from 86); Blue value is 7 (3.12% from 255 or 8.14% from 86); Max value from RGB is 48 - color contains mainly: red. Hex color #301F07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301F07 is #CFE0F8. Grayscale: #212121. Windows color (decimal): -13623545 or 466736. OLE color: 466736.
HSL color Cylindrical-coordinate representation of color #301F07: hue angle of 35.12º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #301F07 is Cyan = 0, Magento = 0.35, Yellow = 0.85 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 31 | 7 | - |
| CMYK | 0 | 0.35 | 0.85 | 0.81 |
| HSL | 35.12º | 0.75% | 0.11% | - |
| HSV(B) | 35.12º | 0.85% | 0.19% | - |
| XYZ | 1.75 | 1.62 | 0.42 | - |
| YUV | 33.35 | 113.13 | 138.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 31 | 7 | 0 | 0.35 | 0.85 | 0.81 | 35.12 | 0.75 | 0.11 |
| Hex | 30 | 1F | 7 | 0 | 23 | 55 | 51 | 23 | 4B | B |
| Octal | 60 | 37 | 7 | 0 | 43 | 125 | 121 | 43 | 113 | 13 |
| Binary | 110000 | 11111 | 111 | 0 | 100011 | 1010101 | 1010001 | 100011 | 1001011 | 1011 |
Color Harmonies of #301F07
Complementary color
Monochromatic Colors of #301F07
Black with #301F07
Text Example
Text Example
White with #301F07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301F07; }
p { color: rgb(48,31,7); }
H1.HeaderClassName
{
color: #301F07;
}
.AnyTagClassName
{
color: #301F07;
}
</style>
background-color css
<style>
a { background-color: #301F07; }
a { background-color: rgb(48,31,7); }
div.DivClassName
{
background-color: #301F07;
}
.BgClassName
{
background-color: #301F07;
}
</style>
border-color css
<style>
span { border-color: #301F07; }
span { border-color: rgb(48,31,7); }
td.TdClassName
{
border-color: #301F07;
}
.TagClassName
{
border-color: #301F07;
}
</style>