Html Css Color HEX #343831 Oil

📋 copy color: '#343831'

red 52 ◦ green 56 ◦ blue 49

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

Shades of Oil #343831

Tints of Oil #343831

RGB

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

 GREEN value IS 56 (22.27% from 255) = 35.67%

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

R = 33.12%
G = 35.67%
B = 31.21%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.12

 K value IS 0.78

RGB Variations

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

Color information

#343831 (or 0x343831) is known color: Oil. HEX triplet: 34, 38 and 31. RGB value is (52,56,49). Sum of RGB (Red+Green+Blue) = 52+56+49=157 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.12% from 157); Green value is 56 (22.27% from 255 or 35.67% from 157); Blue value is 49 (19.53% from 255 or 31.21% from 157); Max value from RGB is 56 - color contains mainly: green. Hex color #343831 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343831 is #CBC7CE. Grayscale: #363636. Windows color (decimal): -13354959 or 3225652. OLE color: 3225652.

HSL color Cylindrical-coordinate representation of color #343831: hue angle of 94.29º degrees, saturation: 0.07, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #343831 is Cyan = 0.07, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.78.

Color convert

RGB 52 56 49 -
CMYK 0.07 0 0.12 0.78
HSL 94.29º 0.07% 0.21% -
HSV(B) 94.29º 0.13% 0.22% -
XYZ 3.38 3.78 3.46 -
YUV 54.01 125.17 126.57 -
System Red Green Blue C M Y K H S L
Decimal 52 56 49 0.07 0 0.12 0.78 94.29 0.07 0.21
Hex 34 38 31 7 0 C 4E 5E 7 15
Octal 64 70 61 7 0 14 116 136 7 25
Binary 110100 111000 110001 111 0 1100 1001110 1011110 111 10101

Color Harmonies of #343831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343831

Black with #343831

Text Example


Text Example

White with #343831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343831; }

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

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

background-color css

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

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

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

border-color css

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

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

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