Html Css Color HEX #35301B Graphite

📋 copy color: '#35301B'

red 53 ◦ green 48 ◦ blue 27

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

Shades of Graphite #35301B

Tints of Graphite #35301B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 21.09%

R = 41.41%
G = 37.5%
B = 21.09%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.49

 K value IS 0.79

RGB Variations

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

Color information

#35301B (or 0x35301B) is known color: Graphite. HEX triplet: 35, 30 and 1B. RGB value is (53,48,27). Sum of RGB (Red+Green+Blue) = 53+48+27=128 (16% of max value = 765). Red value is 53 (21.09% from 255 or 41.41% from 128); Green value is 48 (19.14% from 255 or 37.5% from 128); Blue value is 27 (10.94% from 255 or 21.09% from 128); Max value from RGB is 53 - color contains mainly: red. Hex color #35301B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35301B is #CACFE4. Grayscale: #2F2F2F. Windows color (decimal): -13291493 or 1781813. OLE color: 1781813.

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

Color convert

RGB 53 48 27 -
CMYK 0 0.09 0.49 0.79
HSL 48.46º 0.33% 0.16% -
HSV(B) 48.46º 0.49% 0.21% -
XYZ 2.72 2.95 1.46 -
YUV 47.1 116.66 132.21 -
System Red Green Blue C M Y K H S L
Decimal 53 48 27 0 0.09 0.49 0.79 48.46 0.33 0.16
Hex 35 30 1B 0 9 31 4F 30 20 10
Octal 65 60 33 0 11 61 117 60 40 20
Binary 110101 110000 11011 0 1001 110001 1001111 110000 100000 10000

Color Harmonies of #35301B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35301B

Black with #35301B

Text Example


Text Example

White with #35301B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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