Html Css Color HEX #343235 Jagger

📋 copy color: '#343235'

red 52 ◦ green 50 ◦ blue 53

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

Shades of Jagger #343235

Tints of Jagger #343235

RGB

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

 GREEN value IS 50 (19.92% from 255) = 32.26%

 BLUE value IS 53 (21.09% from 255) = 34.19%

R = 33.55%
G = 32.26%
B = 34.19%

CMYK

 C value IS 0.02

 M value IS 0.06

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#343235 (or 0x343235) is known color: Jagger. HEX triplet: 34, 32 and 35. RGB value is (52,50,53). Sum of RGB (Red+Green+Blue) = 52+50+53=155 (20% of max value = 765). Red value is 52 (20.70% from 255 or 33.55% from 155); Green value is 50 (19.92% from 255 or 32.26% from 155); Blue value is 53 (21.09% from 255 or 34.19% from 155); Max value from RGB is 53 - color contains mainly: blue. Hex color #343235 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #343235 is #CBCDCA. Grayscale: #323232. Windows color (decimal): -13356491 or 3486260. OLE color: 3486260.

HSL color Cylindrical-coordinate representation of color #343235: hue angle of 280º degrees, saturation: 0.03, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #343235 is Cyan = 0.02, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 52 50 53 -
CMYK 0.02 0.06 0 0.79
HSL 280º 0.03% 0.2% -
HSV(B) 280º 0.06% 0.21% -
XYZ 3.2 3.27 3.83 -
YUV 50.94 129.16 128.76 -
System Red Green Blue C M Y K H S L
Decimal 52 50 53 0.02 0.06 0 0.79 280 0.03 0.2
Hex 34 32 35 2 6 0 4F 118 3 14
Octal 64 62 65 2 6 0 117 430 3 24
Binary 110100 110010 110101 10 110 0 1001111 100011000 11 10100

Color Harmonies of #343235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #343235

Black with #343235

Text Example


Text Example

White with #343235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #343235; }

 p { color: rgb(52,50,53); }

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

background-color css

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

 a { background-color: rgb(52,50,53); }

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

border-color css

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

 span { border-color: rgb(52,50,53); }

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