Html Css Color HEX #352E17 Graphite

📋 copy color: '#352E17'

red 53 ◦ green 46 ◦ blue 23

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

Shades of Graphite #352E17

Tints of Graphite #352E17

RGB

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

 GREEN value IS 46 (18.36% from 255) = 37.7%

 BLUE value IS 23 (9.38% from 255) = 18.85%

R = 43.44%
G = 37.7%
B = 18.85%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.57

 K value IS 0.79

RGB Variations

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

Color information

#352E17 (or 0x352E17) is known color: Graphite. HEX triplet: 35, 2E and 17. RGB value is (53,46,23). Sum of RGB (Red+Green+Blue) = 53+46+23=122 (16% of max value = 765). Red value is 53 (21.09% from 255 or 43.44% from 122); Green value is 46 (18.36% from 255 or 37.70% from 122); Blue value is 23 (9.38% from 255 or 18.85% from 122); Max value from RGB is 53 - color contains mainly: red. Hex color #352E17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352E17 is #CAD1E8. Grayscale: #2D2D2D. Windows color (decimal): -13292009 or 1519157. OLE color: 1519157.

HSL color Cylindrical-coordinate representation of color #352E17: hue angle of 46º degrees, saturation: 0.39, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #352E17 is Cyan = 0, Magento = 0.13, Yellow = 0.57 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 46 23 -
CMYK 0 0.13 0.57 0.79
HSL 46º 0.39% 0.15% -
HSV(B) 46º 0.57% 0.21% -
XYZ 2.6 2.77 1.21 -
YUV 45.47 115.32 133.37 -
System Red Green Blue C M Y K H S L
Decimal 53 46 23 0 0.13 0.57 0.79 46 0.39 0.15
Hex 35 2E 17 0 D 39 4F 2E 27 F
Octal 65 56 27 0 15 71 117 56 47 17
Binary 110101 101110 10111 0 1101 111001 1001111 101110 100111 1111

Color Harmonies of #352E17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352E17

Black with #352E17

Text Example


Text Example

White with #352E17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,46,23); }

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

background-color css

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

 a { background-color: rgb(53,46,23); }

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

border-color css

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

 span { border-color: rgb(53,46,23); }

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