Html Css Color HEX #352F19 Graphite

📋 copy color: '#352F19'

red 53 ◦ green 47 ◦ blue 25

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

Shades of Graphite #352F19

Tints of Graphite #352F19

RGB

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

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

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

R = 42.4%
G = 37.6%
B = 20%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.53

 K value IS 0.79

RGB Variations

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

Color information

#352F19 (or 0x352F19) is known color: Graphite. HEX triplet: 35, 2F and 19. RGB value is (53,47,25). Sum of RGB (Red+Green+Blue) = 53+47+25=125 (16% of max value = 765). Red value is 53 (21.09% from 255 or 42.4% from 125); Green value is 47 (18.75% from 255 or 37.6% from 125); Blue value is 25 (10.16% from 255 or 20% from 125); Max value from RGB is 53 - color contains mainly: red. Hex color #352F19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352F19 is #CAD0E6. Grayscale: #2E2E2E. Windows color (decimal): -13291751 or 1650485. OLE color: 1650485.

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

Color convert

RGB 53 47 25 -
CMYK 0 0.11 0.53 0.79
HSL 47.14º 0.36% 0.15% -
HSV(B) 47.14º 0.53% 0.21% -
XYZ 2.66 2.86 1.33 -
YUV 46.29 115.99 132.79 -
System Red Green Blue C M Y K H S L
Decimal 53 47 25 0 0.11 0.53 0.79 47.14 0.36 0.15
Hex 35 2F 19 0 B 35 4F 2F 24 F
Octal 65 57 31 0 13 65 117 57 44 17
Binary 110101 101111 11001 0 1011 110101 1001111 101111 100100 1111

Color Harmonies of #352F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352F19

Black with #352F19

Text Example


Text Example

White with #352F19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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