Html Css Color HEX #35301C Graphite

📋 copy color: '#35301C'

red 53 ◦ green 48 ◦ blue 28

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

Shades of Graphite #35301C

Tints of Graphite #35301C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 37.21%

 BLUE value IS 28 (11.33% from 255) = 21.71%

R = 41.09%
G = 37.21%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.47

 K value IS 0.79

RGB Variations

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

Color information

#35301C (or 0x35301C) is known color: Graphite. HEX triplet: 35, 30 and 1C. RGB value is (53,48,28). Sum of RGB (Red+Green+Blue) = 53+48+28=129 (17% of max value = 765). Red value is 53 (21.09% from 255 or 41.09% from 129); Green value is 48 (19.14% from 255 or 37.21% from 129); Blue value is 28 (11.33% from 255 or 21.71% from 129); Max value from RGB is 53 - color contains mainly: red. Hex color #35301C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35301C is #CACFE3. Grayscale: #2F2F2F. Windows color (decimal): -13291492 or 1847349. OLE color: 1847349.

HSL color Cylindrical-coordinate representation of color #35301C: hue angle of 48º degrees, saturation: 0.31, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #35301C is Cyan = 0, Magento = 0.09, Yellow = 0.47 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 48 28 -
CMYK 0 0.09 0.47 0.79
HSL 48º 0.31% 0.16% -
HSV(B) 48º 0.47% 0.21% -
XYZ 2.73 2.95 1.52 -
YUV 47.22 117.16 132.13 -
System Red Green Blue C M Y K H S L
Decimal 53 48 28 0 0.09 0.47 0.79 48 0.31 0.16
Hex 35 30 1C 0 9 2F 4F 30 1F 10
Octal 65 60 34 0 11 57 117 60 37 20
Binary 110101 110000 11100 0 1001 101111 1001111 110000 11111 10000

Color Harmonies of #35301C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35301C

Black with #35301C

Text Example


Text Example

White with #35301C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35301C; }

 p { color: rgb(53,48,28); }

 H1.HeaderClassName
 {
   color: #35301C;
 }
 .AnyTagClassName
 {
   color: #35301C;
 }
</style>

background-color css

<style>
 a { background-color: #35301C; }

 a { background-color: rgb(53,48,28); }

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

border-color css

<style>
 span { border-color: #35301C; }

 span { border-color: rgb(53,48,28); }

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