Html Css Color HEX #343B31 Oil

📋 copy color: '#343B31'

red 52 ◦ green 59 ◦ blue 49

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

Shades of Oil #343B31

Tints of Oil #343B31

RGB

 RED value IS 52 (20.7% from 255) = 32.5%

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

 BLUE value IS 49 (19.53% from 255) = 30.63%

R = 32.5%
G = 36.88%
B = 30.63%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.17

 K value IS 0.77

RGB Variations

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

Color information

#343B31 (or 0x343B31) is known color: Oil. HEX triplet: 34, 3B and 31. RGB value is (52,59,49). Sum of RGB (Red+Green+Blue) = 52+59+49=160 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.5% from 160); Green value is 59 (23.44% from 255 or 36.88% from 160); Blue value is 49 (19.53% from 255 or 30.62% from 160); Max value from RGB is 59 - color contains mainly: green. Hex color #343B31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343B31 is #CBC4CE. Grayscale: #373737. Windows color (decimal): -13354191 or 3226420. OLE color: 3226420.

HSL color Cylindrical-coordinate representation of color #343B31: hue angle of 102º degrees, saturation: 0.09, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #343B31 is Cyan = 0.12, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.77.

Color convert

RGB 52 59 49 -
CMYK 0.12 0 0.17 0.77
HSL 102º 0.09% 0.21% -
HSV(B) 102º 0.17% 0.23% -
XYZ 3.53 4.08 3.51 -
YUV 55.77 124.18 125.31 -
System Red Green Blue C M Y K H S L
Decimal 52 59 49 0.12 0 0.17 0.77 102 0.09 0.21
Hex 34 3B 31 C 0 11 4D 66 9 15
Octal 64 73 61 14 0 21 115 146 11 25
Binary 110100 111011 110001 1100 0 10001 1001101 1100110 1001 10101

Color Harmonies of #343B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343B31

Black with #343B31

Text Example


Text Example

White with #343B31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343B31; }

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

 H1.HeaderClassName
 {
   color: #343B31;
 }
 .AnyTagClassName
 {
   color: #343B31;
 }
</style>

background-color css

<style>
 a { background-color: #343B31; }

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

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

border-color css

<style>
 span { border-color: #343B31; }

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

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