Html Css Color HEX #352E18 Graphite

📋 copy color: '#352E18'

red 53 ◦ green 46 ◦ blue 24

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

Shades of Graphite #352E18

Tints of Graphite #352E18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 19.51%

R = 43.09%
G = 37.4%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.55

 K value IS 0.79

RGB Variations

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

Color information

#352E18 (or 0x352E18) is known color: Graphite. HEX triplet: 35, 2E and 18. RGB value is (53,46,24). Sum of RGB (Red+Green+Blue) = 53+46+24=123 (16% of max value = 765). Red value is 53 (21.09% from 255 or 43.09% from 123); Green value is 46 (18.36% from 255 or 37.40% from 123); Blue value is 24 (9.77% from 255 or 19.51% from 123); Max value from RGB is 53 - color contains mainly: red. Hex color #352E18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352E18 is #CAD1E7. Grayscale: #2D2D2D. Windows color (decimal): -13292008 or 1584693. OLE color: 1584693.

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

Color convert

RGB 53 46 24 -
CMYK 0 0.13 0.55 0.79
HSL 45.52º 0.38% 0.15% -
HSV(B) 45.52º 0.55% 0.21% -
XYZ 2.61 2.78 1.26 -
YUV 45.59 115.82 133.29 -
System Red Green Blue C M Y K H S L
Decimal 53 46 24 0 0.13 0.55 0.79 45.52 0.38 0.15
Hex 35 2E 18 0 D 37 4F 2E 26 F
Octal 65 56 30 0 15 67 117 56 46 17
Binary 110101 101110 11000 0 1101 110111 1001111 101110 100110 1111

Color Harmonies of #352E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352E18

Black with #352E18

Text Example


Text Example

White with #352E18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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