Shades of Creole #3B301F
Tints of Creole #3B301F
RGB
CMYK
RGB Variations
Color information
#3B301F (or 0x3B301F) is known color: Creole. HEX triplet: 3B, 30 and 1F. RGB value is (59,48,31). Sum of RGB (Red+Green+Blue) = 59+48+31=138 (18% of max value = 765). Red value is 59 (23.44% from 255 or 42.75% from 138); Green value is 48 (19.14% from 255 or 34.78% from 138); Blue value is 31 (12.5% from 255 or 22.46% from 138); Max value from RGB is 59 - color contains mainly: red. Hex color #3B301F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B301F is #C4CFE0. Grayscale: #313131. Windows color (decimal): -12898273 or 2043963. OLE color: 2043963.
HSL color Cylindrical-coordinate representation of color #3B301F: hue angle of 36.43º degrees, saturation: 0.31, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3B301F is Cyan = 0, Magento = 0.19, Yellow = 0.47 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 59 | 48 | 31 | - |
| CMYK | 0 | 0.19 | 0.47 | 0.77 |
| HSL | 36.43º | 0.31% | 0.18% | - |
| HSV(B) | 36.43º | 0.47% | 0.23% | - |
| XYZ | 3.11 | 3.14 | 1.74 | - |
| YUV | 49.35 | 117.64 | 134.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 48 | 31 | 0 | 0.19 | 0.47 | 0.77 | 36.43 | 0.31 | 0.18 |
| Hex | 3B | 30 | 1F | 0 | 13 | 2F | 4D | 24 | 1F | 12 |
| Octal | 73 | 60 | 37 | 0 | 23 | 57 | 115 | 44 | 37 | 22 |
| Binary | 111011 | 110000 | 11111 | 0 | 10011 | 101111 | 1001101 | 100100 | 11111 | 10010 |
Color Harmonies of #3B301F
Complementary color
Monochromatic Colors of #3B301F
Black with #3B301F
Text Example
Text Example
White with #3B301F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B301F; }
p { color: rgb(59,48,31); }
H1.HeaderClassName
{
color: #3B301F;
}
.AnyTagClassName
{
color: #3B301F;
}
</style>
background-color css
<style>
a { background-color: #3B301F; }
a { background-color: rgb(59,48,31); }
div.DivClassName
{
background-color: #3B301F;
}
.BgClassName
{
background-color: #3B301F;
}
</style>
border-color css
<style>
span { border-color: #3B301F; }
span { border-color: rgb(59,48,31); }
td.TdClassName
{
border-color: #3B301F;
}
.TagClassName
{
border-color: #3B301F;
}
</style>