Shades of Oil #2D352A
Tints of Oil #2D352A
RGB
CMYK
RGB Variations
Color information
#2D352A (or 0x2D352A) is known color: Oil. HEX triplet: 2D, 35 and 2A. RGB value is (45,53,42). Sum of RGB (Red+Green+Blue) = 45+53+42=140 (18% of max value = 765). Red value is 45 (17.97% from 255 or 32.14% from 140); Green value is 53 (21.09% from 255 or 37.86% from 140); Blue value is 42 (16.80% from 255 or 30% from 140); Max value from RGB is 53 - color contains mainly: green. Hex color #2D352A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D352A is #D2CAD5. Grayscale: #313131. Windows color (decimal): -13814486 or 2766125. OLE color: 2766125.
HSL color Cylindrical-coordinate representation of color #2D352A: hue angle of 103.64º degrees, saturation: 0.12, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #2D352A is Cyan = 0.15, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.79.
Color convert
RGB | 45 | 53 | 42 | - |
CMYK | 0.15 | 0 | 0.21 | 0.79 |
HSL | 103.64º | 0.12% | 0.19% | - |
HSV(B) | 103.64º | 0.21% | 0.21% | - |
XYZ | 2.77 | 3.27 | 2.68 | - |
YUV | 49.35 | 123.85 | 124.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 45 | 53 | 42 | 0.15 | 0 | 0.21 | 0.79 | 103.64 | 0.12 | 0.19 |
Hex | 2D | 35 | 2A | F | 0 | 15 | 4F | 68 | C | 13 |
Octal | 55 | 65 | 52 | 17 | 0 | 25 | 117 | 150 | 14 | 23 |
Binary | 101101 | 110101 | 101010 | 1111 | 0 | 10101 | 1001111 | 1101000 | 1100 | 10011 |
Color Harmonies of #2D352A
Complementary color
Monochromatic Colors of #2D352A
Black with #2D352A
Text Example
Text Example
White with #2D352A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D352A; }
p { color: rgb(45,53,42); }
H1.HeaderClassName
{
color: #2D352A;
}
.AnyTagClassName
{
color: #2D352A;
}
</style>
background-color css
<style>
a { background-color: #2D352A; }
a { background-color: rgb(45,53,42); }
div.DivClassName
{
background-color: #2D352A;
}
.BgClassName
{
background-color: #2D352A;
}
</style>
border-color css
<style>
span { border-color: #2D352A; }
span { border-color: rgb(45,53,42); }
td.TdClassName
{
border-color: #2D352A;
}
.TagClassName
{
border-color: #2D352A;
}
</style>