Html Css Color HEX #353221 Graphite

📋 copy color: '#353221'

red 53 ◦ green 50 ◦ blue 33

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

Shades of Graphite #353221

Tints of Graphite #353221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 24.26%

R = 38.97%
G = 36.76%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.38

 K value IS 0.79

RGB Variations

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

Color information

#353221 (or 0x353221) is known color: Graphite. HEX triplet: 35, 32 and 21. RGB value is (53,50,33). Sum of RGB (Red+Green+Blue) = 53+50+33=136 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.97% from 136); Green value is 50 (19.92% from 255 or 36.76% from 136); Blue value is 33 (13.28% from 255 or 24.26% from 136); Max value from RGB is 53 - color contains mainly: red. Hex color #353221 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353221 is #CACDDE. Grayscale: #313131. Windows color (decimal): -13290975 or 2175541. OLE color: 2175541.

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

Color convert

RGB 53 50 33 -
CMYK 0 0.06 0.38 0.79
HSL 51º 0.23% 0.17% -
HSV(B) 51º 0.38% 0.21% -
XYZ 2.88 3.15 1.89 -
YUV 48.96 118.99 130.88 -
System Red Green Blue C M Y K H S L
Decimal 53 50 33 0 0.06 0.38 0.79 51 0.23 0.17
Hex 35 32 21 0 6 26 4F 33 17 11
Octal 65 62 41 0 6 46 117 63 27 21
Binary 110101 110010 100001 0 110 100110 1001111 110011 10111 10001

Color Harmonies of #353221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353221

Black with #353221

Text Example


Text Example

White with #353221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353221; }

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

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

background-color css

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

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

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

border-color css

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

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

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