Shades of Cola #3D301F
Tints of Cola #3D301F
RGB
CMYK
RGB Variations
Color information
#3D301F (or 0x3D301F) is known color: Cola. HEX triplet: 3D, 30 and 1F. RGB value is (61,48,31). Sum of RGB (Red+Green+Blue) = 61+48+31=140 (18% of max value = 765). Red value is 61 (24.22% from 255 or 43.57% from 140); Green value is 48 (19.14% from 255 or 34.29% from 140); Blue value is 31 (12.5% from 255 or 22.14% from 140); Max value from RGB is 61 - color contains mainly: red. Hex color #3D301F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D301F is #C2CFE0. Grayscale: #323232. Windows color (decimal): -12767201 or 2043965. OLE color: 2043965.
HSL color Cylindrical-coordinate representation of color #3D301F: hue angle of 34º degrees, saturation: 0.33, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3D301F is Cyan = 0, Magento = 0.21, Yellow = 0.49 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 61 | 48 | 31 | - |
| CMYK | 0 | 0.21 | 0.49 | 0.76 |
| HSL | 34º | 0.33% | 0.18% | - |
| HSV(B) | 34º | 0.49% | 0.24% | - |
| XYZ | 3.23 | 3.2 | 1.74 | - |
| YUV | 49.95 | 117.31 | 135.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 48 | 31 | 0 | 0.21 | 0.49 | 0.76 | 34 | 0.33 | 0.18 |
| Hex | 3D | 30 | 1F | 0 | 15 | 31 | 4C | 22 | 21 | 12 |
| Octal | 75 | 60 | 37 | 0 | 25 | 61 | 114 | 42 | 41 | 22 |
| Binary | 111101 | 110000 | 11111 | 0 | 10101 | 110001 | 1001100 | 100010 | 100001 | 10010 |
Color Harmonies of #3D301F
Complementary color
Monochromatic Colors of #3D301F
Black with #3D301F
Text Example
Text Example
White with #3D301F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D301F; }
p { color: rgb(61,48,31); }
H1.HeaderClassName
{
color: #3D301F;
}
.AnyTagClassName
{
color: #3D301F;
}
</style>
background-color css
<style>
a { background-color: #3D301F; }
a { background-color: rgb(61,48,31); }
div.DivClassName
{
background-color: #3D301F;
}
.BgClassName
{
background-color: #3D301F;
}
</style>
border-color css
<style>
span { border-color: #3D301F; }
span { border-color: rgb(61,48,31); }
td.TdClassName
{
border-color: #3D301F;
}
.TagClassName
{
border-color: #3D301F;
}
</style>