Html Css Color HEX #31372E Oil

📋 copy color: '#31372E'

red 49 ◦ green 55 ◦ blue 46

#31372E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Oil #31372E

Tints of Oil #31372E

RGB

 RED value IS 49 (19.53% from 255) = 32.67%

 GREEN value IS 55 (21.88% from 255) = 36.67%

 BLUE value IS 46 (18.36% from 255) = 30.67%

R = 32.67%
G = 36.67%
B = 30.67%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.16

 K value IS 0.78

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#31372E (or 0x31372E) is known color: Oil. HEX triplet: 31, 37 and 2E. RGB value is (49,55,46). Sum of RGB (Red+Green+Blue) = 49+55+46=150 (19% of max value = 765). Red value is 49 (19.53% from 255 or 32.67% from 150); Green value is 55 (21.88% from 255 or 36.67% from 150); Blue value is 46 (18.36% from 255 or 30.67% from 150); Max value from RGB is 55 - color contains mainly: green. Hex color #31372E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31372E is #CEC8D1. Grayscale: #343434. Windows color (decimal): -13551826 or 3028785. OLE color: 3028785.

HSL color Cylindrical-coordinate representation of color #31372E: hue angle of 100º degrees, saturation: 0.09, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #31372E is Cyan = 0.11, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.78.

Color convert

RGB 49 55 46 -
CMYK 0.11 0 0.16 0.78
HSL 100º 0.09% 0.2% -
HSV(B) 100º 0.16% 0.22% -
XYZ 3.13 3.58 3.11 -
YUV 52.18 124.51 125.73 -
System Red Green Blue C M Y K H S L
Decimal 49 55 46 0.11 0 0.16 0.78 100 0.09 0.2
Hex 31 37 2E B 0 10 4E 64 9 14
Octal 61 67 56 13 0 20 116 144 11 24
Binary 110001 110111 101110 1011 0 10000 1001110 1100100 1001 10100

Color Harmonies of #31372E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31372E

Black with #31372E

Text Example


Text Example

White with #31372E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31372E; }

 p { color: rgb(49,55,46); }

 H1.HeaderClassName
 {
   color: #31372E;
 }
 .AnyTagClassName
 {
   color: #31372E;
 }
</style>

background-color css

<style>
 a { background-color: #31372E; }

 a { background-color: rgb(49,55,46); }

 div.DivClassName
 {
   background-color: #31372E;
 }
 .BgClassName
 {
   background-color: #31372E;
 }
</style>

border-color css

<style>
 span { border-color: #31372E; }

 span { border-color: rgb(49,55,46); }

 td.TdClassName
 {
   border-color: #31372E;
 }
 .TagClassName
 {
   border-color: #31372E;
 }
</style>