Html Css Color HEX #352E19 Graphite

📋 copy color: '#352E19'

red 53 ◦ green 46 ◦ blue 25

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

Shades of Graphite #352E19

Tints of Graphite #352E19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 20.16%

R = 42.74%
G = 37.1%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.53

 K value IS 0.79

RGB Variations

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

Color information

#352E19 (or 0x352E19) is known color: Graphite. HEX triplet: 35, 2E and 19. RGB value is (53,46,25). Sum of RGB (Red+Green+Blue) = 53+46+25=124 (16% of max value = 765). Red value is 53 (21.09% from 255 or 42.74% from 124); Green value is 46 (18.36% from 255 or 37.10% from 124); Blue value is 25 (10.16% from 255 or 20.16% from 124); Max value from RGB is 53 - color contains mainly: red. Hex color #352E19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352E19 is #CAD1E6. Grayscale: #2D2D2D. Windows color (decimal): -13292007 or 1650229. OLE color: 1650229.

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

Color convert

RGB 53 46 25 -
CMYK 0 0.13 0.53 0.79
HSL 45º 0.36% 0.15% -
HSV(B) 45º 0.53% 0.21% -
XYZ 2.62 2.78 1.32 -
YUV 45.7 116.32 133.21 -
System Red Green Blue C M Y K H S L
Decimal 53 46 25 0 0.13 0.53 0.79 45 0.36 0.15
Hex 35 2E 19 0 D 35 4F 2D 24 F
Octal 65 56 31 0 15 65 117 55 44 17
Binary 110101 101110 11001 0 1101 110101 1001111 101101 100100 1111

Color Harmonies of #352E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352E19

Black with #352E19

Text Example


Text Example

White with #352E19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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