Html Css Color HEX #393630 Graphite

📋 copy color: '#393630'

red 57 ◦ green 54 ◦ blue 48

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

Shades of Graphite #393630

Tints of Graphite #393630

RGB

 RED value IS 57 (22.66% from 255) = 35.85%

 GREEN value IS 54 (21.48% from 255) = 33.96%

 BLUE value IS 48 (19.14% from 255) = 30.19%

R = 35.85%
G = 33.96%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.16

 K value IS 0.78

RGB Variations

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

Color information

#393630 (or 0x393630) is known color: Graphite. HEX triplet: 39, 36 and 30. RGB value is (57,54,48). Sum of RGB (Red+Green+Blue) = 57+54+48=159 (21% of max value = 765). Red value is 57 (22.66% from 255 or 35.85% from 159); Green value is 54 (21.48% from 255 or 33.96% from 159); Blue value is 48 (19.14% from 255 or 30.19% from 159); Max value from RGB is 57 - color contains mainly: red. Hex color #393630 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393630 is #C6C9CF. Grayscale: #363636. Windows color (decimal): -13027792 or 3159609. OLE color: 3159609.

HSL color Cylindrical-coordinate representation of color #393630: hue angle of 40º degrees, saturation: 0.09, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #393630 is Cyan = 0, Magento = 0.05, Yellow = 0.16 and Black (K on CMYK) = 0.78.

Color convert

RGB 57 54 48 -
CMYK 0 0.05 0.16 0.78
HSL 40º 0.09% 0.21% -
HSV(B) 40º 0.16% 0.22% -
XYZ 3.54 3.72 3.33 -
YUV 54.21 124.49 129.99 -
System Red Green Blue C M Y K H S L
Decimal 57 54 48 0 0.05 0.16 0.78 40 0.09 0.21
Hex 39 36 30 0 5 10 4E 28 9 15
Octal 71 66 60 0 5 20 116 50 11 25
Binary 111001 110110 110000 0 101 10000 1001110 101000 1001 10101

Color Harmonies of #393630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393630

Black with #393630

Text Example


Text Example

White with #393630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393630; }

 p { color: rgb(57,54,48); }

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

background-color css

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

 a { background-color: rgb(57,54,48); }

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

border-color css

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

 span { border-color: rgb(57,54,48); }

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