Html Css Color HEX #313B2F Oil

📋 copy color: '#313B2F'

red 49 ◦ green 59 ◦ blue 47

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

Shades of Oil #313B2F

Tints of Oil #313B2F

RGB

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

 GREEN value IS 59 (23.44% from 255) = 38.06%

 BLUE value IS 47 (18.75% from 255) = 30.32%

R = 31.61%
G = 38.06%
B = 30.32%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.20

 K value IS 0.77

RGB Variations

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

Color information

#313B2F (or 0x313B2F) is known color: Oil. HEX triplet: 31, 3B and 2F. RGB value is (49,59,47). Sum of RGB (Red+Green+Blue) = 49+59+47=155 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.61% from 155); Green value is 59 (23.44% from 255 or 38.06% from 155); Blue value is 47 (18.75% from 255 or 30.32% from 155); Max value from RGB is 59 - color contains mainly: green. Hex color #313B2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313B2F is #CEC4D0. Grayscale: #363636. Windows color (decimal): -13550801 or 3095345. OLE color: 3095345.

HSL color Cylindrical-coordinate representation of color #313B2F: hue angle of 110º degrees, saturation: 0.11, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #313B2F is Cyan = 0.17, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.77.

Color convert

RGB 49 59 47 -
CMYK 0.17 0 0.20 0.77
HSL 110º 0.11% 0.21% -
HSV(B) 110º 0.2% 0.23% -
XYZ 3.34 3.99 3.28 -
YUV 54.64 123.69 123.98 -
System Red Green Blue C M Y K H S L
Decimal 49 59 47 0.17 0 0.20 0.77 110 0.11 0.21
Hex 31 3B 2F 11 0 14 4D 6E B 15
Octal 61 73 57 21 0 24 115 156 13 25
Binary 110001 111011 101111 10001 0 10100 1001101 1101110 1011 10101

Color Harmonies of #313B2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #313B2F

Black with #313B2F

Text Example


Text Example

White with #313B2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #313B2F; }

 p { color: rgb(49,59,47); }

 H1.HeaderClassName
 {
   color: #313B2F;
 }
 .AnyTagClassName
 {
   color: #313B2F;
 }
</style>

background-color css

<style>
 a { background-color: #313B2F; }

 a { background-color: rgb(49,59,47); }

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

border-color css

<style>
 span { border-color: #313B2F; }

 span { border-color: rgb(49,59,47); }

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