Html Css Color HEX #3B392F Graphite

📋 copy color: '#3B392F'

red 59 ◦ green 57 ◦ blue 47

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

Shades of Graphite #3B392F

Tints of Graphite #3B392F

RGB

 RED value IS 59 (23.44% from 255) = 36.2%

 GREEN value IS 57 (22.66% from 255) = 34.97%

 BLUE value IS 47 (18.75% from 255) = 28.83%

R = 36.2%
G = 34.97%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.20

 K value IS 0.77

RGB Variations

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

Color information

#3B392F (or 0x3B392F) is known color: Graphite. HEX triplet: 3B, 39 and 2F. RGB value is (59,57,47). Sum of RGB (Red+Green+Blue) = 59+57+47=163 (21% of max value = 765). Red value is 59 (23.44% from 255 or 36.20% from 163); Green value is 57 (22.66% from 255 or 34.97% from 163); Blue value is 47 (18.75% from 255 or 28.83% from 163); Max value from RGB is 59 - color contains mainly: red. Hex color #3B392F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B392F is #C4C6D0. Grayscale: #383838. Windows color (decimal): -12895953 or 3094843. OLE color: 3094843.

HSL color Cylindrical-coordinate representation of color #3B392F: hue angle of 50º degrees, saturation: 0.11, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #3B392F is Cyan = 0, Magento = 0.03, Yellow = 0.20 and Black (K on CMYK) = 0.77.

Color convert

RGB 59 57 47 -
CMYK 0 0.03 0.20 0.77
HSL 50º 0.11% 0.21% -
HSV(B) 50º 0.2% 0.23% -
XYZ 3.78 4.06 3.27 -
YUV 56.46 122.66 129.81 -
System Red Green Blue C M Y K H S L
Decimal 59 57 47 0 0.03 0.20 0.77 50 0.11 0.21
Hex 3B 39 2F 0 3 14 4D 32 B 15
Octal 73 71 57 0 3 24 115 62 13 25
Binary 111011 111001 101111 0 11 10100 1001101 110010 1011 10101

Color Harmonies of #3B392F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B392F

Black with #3B392F

Text Example


Text Example

White with #3B392F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3B392F; }

 p { color: rgb(59,57,47); }

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

background-color css

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

 a { background-color: rgb(59,57,47); }

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

border-color css

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

 span { border-color: rgb(59,57,47); }

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