Shades of Cocoa Brown #30261C
Tints of Cocoa Brown #30261C
RGB
CMYK
RGB Variations
Color information
#30261C (or 0x30261C) is known color: Cocoa Brown. HEX triplet: 30, 26 and 1C. RGB value is (48,38,28). Sum of RGB (Red+Green+Blue) = 48+38+28=114 (15% of max value = 765). Red value is 48 (19.14% from 255 or 42.11% from 114); Green value is 38 (15.23% from 255 or 33.33% from 114); Blue value is 28 (11.33% from 255 or 24.56% from 114); Max value from RGB is 48 - color contains mainly: red. Hex color #30261C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30261C is #CFD9E3. Grayscale: #272727. Windows color (decimal): -13621732 or 1844784. OLE color: 1844784.
HSL color Cylindrical-coordinate representation of color #30261C: hue angle of 30º 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 #30261C is Cyan = 0, Magento = 0.21, Yellow = 0.42 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 38 | 28 | - |
| CMYK | 0 | 0.21 | 0.42 | 0.81 |
| HSL | 30º | 0.26% | 0.15% | - |
| HSV(B) | 30º | 0.42% | 0.19% | - |
| XYZ | 2.12 | 2.1 | 1.39 | - |
| YUV | 39.85 | 121.31 | 133.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 38 | 28 | 0 | 0.21 | 0.42 | 0.81 | 30 | 0.26 | 0.15 |
| Hex | 30 | 26 | 1C | 0 | 15 | 2A | 51 | 1E | 1A | F |
| Octal | 60 | 46 | 34 | 0 | 25 | 52 | 121 | 36 | 32 | 17 |
| Binary | 110000 | 100110 | 11100 | 0 | 10101 | 101010 | 1010001 | 11110 | 11010 | 1111 |
Color Harmonies of #30261C
Complementary color
Monochromatic Colors of #30261C
Black with #30261C
Text Example
Text Example
White with #30261C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30261C; }
p { color: rgb(48,38,28); }
H1.HeaderClassName
{
color: #30261C;
}
.AnyTagClassName
{
color: #30261C;
}
</style>
background-color css
<style>
a { background-color: #30261C; }
a { background-color: rgb(48,38,28); }
div.DivClassName
{
background-color: #30261C;
}
.BgClassName
{
background-color: #30261C;
}
</style>
border-color css
<style>
span { border-color: #30261C; }
span { border-color: rgb(48,38,28); }
td.TdClassName
{
border-color: #30261C;
}
.TagClassName
{
border-color: #30261C;
}
</style>