Html Css Color HEX #35342D Graphite

📋 copy color: '#35342D'

red 53 ◦ green 52 ◦ blue 45

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

Shades of Graphite #35342D

Tints of Graphite #35342D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 34.67%

 BLUE value IS 45 (17.97% from 255) = 30%

R = 35.33%
G = 34.67%
B = 30%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.15

 K value IS 0.79

RGB Variations

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

Color information

#35342D (or 0x35342D) is known color: Graphite. HEX triplet: 35, 34 and 2D. RGB value is (53,52,45). Sum of RGB (Red+Green+Blue) = 53+52+45=150 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.33% from 150); Green value is 52 (20.70% from 255 or 34.67% from 150); Blue value is 45 (17.97% from 255 or 30% from 150); Max value from RGB is 53 - color contains mainly: red. Hex color #35342D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35342D is #CACBD2. Grayscale: #333333. Windows color (decimal): -13290451 or 2962485. OLE color: 2962485.

HSL color Cylindrical-coordinate representation of color #35342D: hue angle of 52.5º degrees, saturation: 0.08, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #35342D is Cyan = 0, Magento = 0.02, Yellow = 0.15 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 52 45 -
CMYK 0 0.02 0.15 0.79
HSL 52.5º 0.08% 0.19% -
HSV(B) 52.5º 0.15% 0.21% -
XYZ 3.17 3.4 2.97 -
YUV 51.5 124.33 129.07 -
System Red Green Blue C M Y K H S L
Decimal 53 52 45 0 0.02 0.15 0.79 52.5 0.08 0.19
Hex 35 34 2D 0 2 F 4F 34 8 13
Octal 65 64 55 0 2 17 117 64 10 23
Binary 110101 110100 101101 0 10 1111 1001111 110100 1000 10011

Color Harmonies of #35342D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35342D

Black with #35342D

Text Example


Text Example

White with #35342D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35342D; }

 p { color: rgb(53,52,45); }

 H1.HeaderClassName
 {
   color: #35342D;
 }
 .AnyTagClassName
 {
   color: #35342D;
 }
</style>

background-color css

<style>
 a { background-color: #35342D; }

 a { background-color: rgb(53,52,45); }

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

border-color css

<style>
 span { border-color: #35342D; }

 span { border-color: rgb(53,52,45); }

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