Html Css Color HEX #39351F Graphite

📋 copy color: '#39351F'

red 57 ◦ green 53 ◦ blue 31

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

Shades of Graphite #39351F

Tints of Graphite #39351F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 37.59%

 BLUE value IS 31 (12.5% from 255) = 21.99%

R = 40.43%
G = 37.59%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.46

 K value IS 0.78

RGB Variations

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

Color information

#39351F (or 0x39351F) is known color: Graphite. HEX triplet: 39, 35 and 1F. RGB value is (57,53,31). Sum of RGB (Red+Green+Blue) = 57+53+31=141 (18% of max value = 765). Red value is 57 (22.66% from 255 or 40.43% from 141); Green value is 53 (21.09% from 255 or 37.59% from 141); Blue value is 31 (12.5% from 255 or 21.99% from 141); Max value from RGB is 57 - color contains mainly: red. Hex color #39351F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39351F is #C6CAE0. Grayscale: #333333. Windows color (decimal): -13028065 or 2045241. OLE color: 2045241.

HSL color Cylindrical-coordinate representation of color #39351F: hue angle of 50.77º degrees, saturation: 0.3, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #39351F is Cyan = 0, Magento = 0.07, Yellow = 0.46 and Black (K on CMYK) = 0.78.

Color convert

RGB 57 53 31 -
CMYK 0 0.07 0.46 0.78
HSL 50.77º 0.3% 0.17% -
HSV(B) 50.77º 0.46% 0.22% -
XYZ 3.21 3.51 1.81 -
YUV 51.69 116.33 131.79 -
System Red Green Blue C M Y K H S L
Decimal 57 53 31 0 0.07 0.46 0.78 50.77 0.3 0.17
Hex 39 35 1F 0 7 2E 4E 33 1E 11
Octal 71 65 37 0 7 56 116 63 36 21
Binary 111001 110101 11111 0 111 101110 1001110 110011 11110 10001

Color Harmonies of #39351F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39351F

Black with #39351F

Text Example


Text Example

White with #39351F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39351F; }

 p { color: rgb(57,53,31); }

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

background-color css

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

 a { background-color: rgb(57,53,31); }

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

border-color css

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

 span { border-color: rgb(57,53,31); }

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