Html Css Color HEX #343B30 Oil

📋 copy color: '#343B30'

red 52 ◦ green 59 ◦ blue 48

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

Shades of Oil #343B30

Tints of Oil #343B30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 30.19%

R = 32.7%
G = 37.11%
B = 30.19%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.19

 K value IS 0.77

RGB Variations

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

Color information

#343B30 (or 0x343B30) is known color: Oil. HEX triplet: 34, 3B and 30. RGB value is (52,59,48). Sum of RGB (Red+Green+Blue) = 52+59+48=159 (21% of max value = 765). Red value is 52 (20.70% from 255 or 32.70% from 159); Green value is 59 (23.44% from 255 or 37.11% from 159); Blue value is 48 (19.14% from 255 or 30.19% from 159); Max value from RGB is 59 - color contains mainly: green. Hex color #343B30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343B30 is #CBC4CF. Grayscale: #373737. Windows color (decimal): -13354192 or 3160884. OLE color: 3160884.

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

Color convert

RGB 52 59 48 -
CMYK 0.12 0 0.19 0.77
HSL 98.18º 0.1% 0.21% -
HSV(B) 98.18º 0.19% 0.23% -
XYZ 3.51 4.07 3.4 -
YUV 55.65 123.68 125.39 -
System Red Green Blue C M Y K H S L
Decimal 52 59 48 0.12 0 0.19 0.77 98.18 0.1 0.21
Hex 34 3B 30 C 0 13 4D 62 A 15
Octal 64 73 60 14 0 23 115 142 12 25
Binary 110100 111011 110000 1100 0 10011 1001101 1100010 1010 10101

Color Harmonies of #343B30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343B30

Black with #343B30

Text Example


Text Example

White with #343B30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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