Html Css Color HEX #3B3725 Graphite

📋 copy color: '#3B3725'

red 59 ◦ green 55 ◦ blue 37

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

Shades of Graphite #3B3725

Tints of Graphite #3B3725

RGB

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

 GREEN value IS 55 (21.88% from 255) = 36.42%

 BLUE value IS 37 (14.84% from 255) = 24.5%

R = 39.07%
G = 36.42%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.37

 K value IS 0.77

RGB Variations

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

Color information

#3B3725 (or 0x3B3725) is known color: Graphite. HEX triplet: 3B, 37 and 25. RGB value is (59,55,37). Sum of RGB (Red+Green+Blue) = 59+55+37=151 (20% of max value = 765). Red value is 59 (23.44% from 255 or 39.07% from 151); Green value is 55 (21.88% from 255 or 36.42% from 151); Blue value is 37 (14.84% from 255 or 24.50% from 151); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3725 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3725 is #C4C8DA. Grayscale: #363636. Windows color (decimal): -12896475 or 2438971. OLE color: 2438971.

HSL color Cylindrical-coordinate representation of color #3B3725: hue angle of 49.09º degrees, saturation: 0.23, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3B3725 is Cyan = 0, Magento = 0.07, Yellow = 0.37 and Black (K on CMYK) = 0.77.

Color convert

RGB 59 55 37 -
CMYK 0 0.07 0.37 0.77
HSL 49.09º 0.23% 0.19% -
HSV(B) 49.09º 0.37% 0.23% -
XYZ 3.5 3.8 2.3 -
YUV 54.14 118.33 131.46 -
System Red Green Blue C M Y K H S L
Decimal 59 55 37 0 0.07 0.37 0.77 49.09 0.23 0.19
Hex 3B 37 25 0 7 25 4D 31 17 13
Octal 73 67 45 0 7 45 115 61 27 23
Binary 111011 110111 100101 0 111 100101 1001101 110001 10111 10011

Color Harmonies of #3B3725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B3725

Black with #3B3725

Text Example


Text Example

White with #3B3725

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,55,37); }

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

background-color css

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

 a { background-color: rgb(59,55,37); }

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

border-color css

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

 span { border-color: rgb(59,55,37); }

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