Html Css Color HEX #343037 Jagger

📋 copy color: '#343037'

red 52 ◦ green 48 ◦ blue 55

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

Shades of Jagger #343037

Tints of Jagger #343037

RGB

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

 GREEN value IS 48 (19.14% from 255) = 30.97%

 BLUE value IS 55 (21.88% from 255) = 35.48%

R = 33.55%
G = 30.97%
B = 35.48%

CMYK

 C value IS 0.05

 M value IS 0.13

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#343037 (or 0x343037) is known color: Jagger. HEX triplet: 34, 30 and 37. RGB value is (52,48,55). Sum of RGB (Red+Green+Blue) = 52+48+55=155 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.55% from 155); Green value is 48 (19.14% from 255 or 30.97% from 155); Blue value is 55 (21.88% from 255 or 35.48% from 155); Max value from RGB is 55 - color contains mainly: blue. Hex color #343037 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343037 is #CBCFC8. Grayscale: #313131. Windows color (decimal): -13357001 or 3616820. OLE color: 3616820.

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

Color convert

RGB 52 48 55 -
CMYK 0.05 0.13 0 0.78
HSL 274.29º 0.07% 0.2% -
HSV(B) 274.29º 0.13% 0.22% -
XYZ 3.16 3.12 4.05 -
YUV 49.99 130.83 129.43 -
System Red Green Blue C M Y K H S L
Decimal 52 48 55 0.05 0.13 0 0.78 274.29 0.07 0.2
Hex 34 30 37 5 D 0 4E 112 7 14
Octal 64 60 67 5 15 0 116 422 7 24
Binary 110100 110000 110111 101 1101 0 1001110 100010010 111 10100

Color Harmonies of #343037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343037

Black with #343037

Text Example


Text Example

White with #343037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343037; }

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

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

background-color css

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

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

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

border-color css

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

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

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