Html Css Color HEX #353229 Graphite

📋 copy color: '#353229'

red 53 ◦ green 50 ◦ blue 41

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

Shades of Graphite #353229

Tints of Graphite #353229

RGB

 RED value IS 53 (21.09% from 255) = 36.81%

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

 BLUE value IS 41 (16.41% from 255) = 28.47%

R = 36.81%
G = 34.72%
B = 28.47%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.23

 K value IS 0.79

RGB Variations

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

Color information

#353229 (or 0x353229) is known color: Graphite. HEX triplet: 35, 32 and 29. RGB value is (53,50,41). Sum of RGB (Red+Green+Blue) = 53+50+41=144 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.81% from 144); Green value is 50 (19.92% from 255 or 34.72% from 144); Blue value is 41 (16.41% from 255 or 28.47% from 144); Max value from RGB is 53 - color contains mainly: red. Hex color #353229 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353229 is #CACDD6. Grayscale: #313131. Windows color (decimal): -13290967 or 2699829. OLE color: 2699829.

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

Color convert

RGB 53 50 41 -
CMYK 0 0.06 0.23 0.79
HSL 45º 0.13% 0.18% -
HSV(B) 45º 0.23% 0.21% -
XYZ 3.01 3.2 2.56 -
YUV 49.87 122.99 130.23 -
System Red Green Blue C M Y K H S L
Decimal 53 50 41 0 0.06 0.23 0.79 45 0.13 0.18
Hex 35 32 29 0 6 17 4F 2D D 12
Octal 65 62 51 0 6 27 117 55 15 22
Binary 110101 110010 101001 0 110 10111 1001111 101101 1101 10010

Color Harmonies of #353229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353229

Black with #353229

Text Example


Text Example

White with #353229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353229; }

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

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

background-color css

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

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

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

border-color css

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

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

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