Html Css Color HEX #352F21 Graphite

📋 copy color: '#352F21'

red 53 ◦ green 47 ◦ blue 33

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

Shades of Graphite #352F21

Tints of Graphite #352F21

RGB

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

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

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

R = 39.85%
G = 35.34%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.38

 K value IS 0.79

RGB Variations

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

Color information

#352F21 (or 0x352F21) is known color: Graphite. HEX triplet: 35, 2F and 21. RGB value is (53,47,33). Sum of RGB (Red+Green+Blue) = 53+47+33=133 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.85% from 133); Green value is 47 (18.75% from 255 or 35.34% from 133); Blue value is 33 (13.28% from 255 or 24.81% from 133); Max value from RGB is 53 - color contains mainly: red. Hex color #352F21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352F21 is #CAD0DE. Grayscale: #2F2F2F. Windows color (decimal): -13291743 or 2174773. OLE color: 2174773.

HSL color Cylindrical-coordinate representation of color #352F21: hue angle of 42º 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 #352F21 is Cyan = 0, Magento = 0.11, Yellow = 0.38 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 47 33 -
CMYK 0 0.11 0.38 0.79
HSL 42º 0.23% 0.17% -
HSV(B) 42º 0.38% 0.21% -
XYZ 2.76 2.9 1.85 -
YUV 47.2 119.99 132.14 -
System Red Green Blue C M Y K H S L
Decimal 53 47 33 0 0.11 0.38 0.79 42 0.23 0.17
Hex 35 2F 21 0 B 26 4F 2A 17 11
Octal 65 57 41 0 13 46 117 52 27 21
Binary 110101 101111 100001 0 1011 100110 1001111 101010 10111 10001

Color Harmonies of #352F21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352F21

Black with #352F21

Text Example


Text Example

White with #352F21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352F21; }

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

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

background-color css

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

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

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

border-color css

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

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

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