Html Css Color HEX #343130 Gondola

📋 copy color: '#343130'

red 52 ◦ green 49 ◦ blue 48

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

Shades of Gondola #343130

Tints of Gondola #343130

RGB

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

 GREEN value IS 49 (19.53% from 255) = 32.89%

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

R = 34.9%
G = 32.89%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.08

 K value IS 0.80

RGB Variations

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

Color information

#343130 (or 0x343130) is known color: Gondola. HEX triplet: 34, 31 and 30. RGB value is (52,49,48). Sum of RGB (Red+Green+Blue) = 52+49+48=149 (19% of max value = 765). Red value is 52 (20.70% from 255 or 34.90% from 149); Green value is 49 (19.53% from 255 or 32.89% from 149); Blue value is 48 (19.14% from 255 or 32.21% from 149); Max value from RGB is 52 - color contains mainly: red. Hex color #343130 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343130 is #CBCECF. Grayscale: #313131. Windows color (decimal): -13356752 or 3158324. OLE color: 3158324.

HSL color Cylindrical-coordinate representation of color #343130: hue angle of 15º degrees, saturation: 0.04, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #343130 is Cyan = 0, Magento = 0.06, Yellow = 0.08 and Black (K on CMYK) = 0.80.

Color convert

RGB 52 49 48 -
CMYK 0 0.06 0.08 0.80
HSL 15º 0.04% 0.2% -
HSV(B) 15º 0.08% 0.2% -
XYZ 3.05 3.14 3.24 -
YUV 49.78 126.99 129.58 -
System Red Green Blue C M Y K H S L
Decimal 52 49 48 0 0.06 0.08 0.80 15 0.04 0.2
Hex 34 31 30 0 6 8 50 F 4 14
Octal 64 61 60 0 6 10 120 17 4 24
Binary 110100 110001 110000 0 110 1000 1010000 1111 100 10100

Color Harmonies of #343130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343130

Black with #343130

Text Example


Text Example

White with #343130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343130; }

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

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

background-color css

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

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

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

border-color css

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

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

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