Html Css Color HEX #35301A Graphite

📋 copy color: '#35301A'

red 53 ◦ green 48 ◦ blue 26

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

Shades of Graphite #35301A

Tints of Graphite #35301A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 20.47%

R = 41.73%
G = 37.8%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.51

 K value IS 0.79

RGB Variations

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

Color information

#35301A (or 0x35301A) is known color: Graphite. HEX triplet: 35, 30 and 1A. RGB value is (53,48,26). Sum of RGB (Red+Green+Blue) = 53+48+26=127 (16% of max value = 765). Red value is 53 (21.09% from 255 or 41.73% from 127); Green value is 48 (19.14% from 255 or 37.80% from 127); Blue value is 26 (10.55% from 255 or 20.47% from 127); Max value from RGB is 53 - color contains mainly: red. Hex color #35301A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35301A is #CACFE5. Grayscale: #2F2F2F. Windows color (decimal): -13291494 or 1716277. OLE color: 1716277.

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

Color convert

RGB 53 48 26 -
CMYK 0 0.09 0.51 0.79
HSL 48.89º 0.34% 0.15% -
HSV(B) 48.89º 0.51% 0.21% -
XYZ 2.71 2.95 1.4 -
YUV 46.99 116.16 132.29 -
System Red Green Blue C M Y K H S L
Decimal 53 48 26 0 0.09 0.51 0.79 48.89 0.34 0.15
Hex 35 30 1A 0 9 33 4F 31 22 F
Octal 65 60 32 0 11 63 117 61 42 17
Binary 110101 110000 11010 0 1001 110011 1001111 110001 100010 1111

Color Harmonies of #35301A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35301A

Black with #35301A

Text Example


Text Example

White with #35301A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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