Html Css Color HEX #342F38 Jagger

📋 copy color: '#342F38'

red 52 ◦ green 47 ◦ blue 56

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

Shades of Jagger #342F38

Tints of Jagger #342F38

RGB

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

 GREEN value IS 47 (18.75% from 255) = 30.32%

 BLUE value IS 56 (22.27% from 255) = 36.13%

R = 33.55%
G = 30.32%
B = 36.13%

CMYK

 C value IS 0.07

 M value IS 0.16

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#342F38 (or 0x342F38) is known color: Jagger. HEX triplet: 34, 2F and 38. RGB value is (52,47,56). Sum of RGB (Red+Green+Blue) = 52+47+56=155 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.55% from 155); Green value is 47 (18.75% from 255 or 30.32% from 155); Blue value is 56 (22.27% from 255 or 36.13% from 155); Max value from RGB is 56 - color contains mainly: blue. Hex color #342F38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342F38 is #CBD0C7. Grayscale: #313131. Windows color (decimal): -13357256 or 3682100. OLE color: 3682100.

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

Color convert

RGB 52 47 56 -
CMYK 0.07 0.16 0 0.78
HSL 273.33º 0.09% 0.2% -
HSV(B) 273.33º 0.16% 0.22% -
XYZ 3.15 3.05 4.16 -
YUV 49.52 131.66 129.77 -
System Red Green Blue C M Y K H S L
Decimal 52 47 56 0.07 0.16 0 0.78 273.33 0.09 0.2
Hex 34 2F 38 7 10 0 4E 111 9 14
Octal 64 57 70 7 20 0 116 421 11 24
Binary 110100 101111 111000 111 10000 0 1001110 100010001 1001 10100

Color Harmonies of #342F38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #342F38

Black with #342F38

Text Example


Text Example

White with #342F38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #342F38; }

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

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

background-color css

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

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

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

border-color css

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

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

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