Html Css Color HEX #3B3724 Graphite

📋 copy color: '#3B3724'

red 59 ◦ green 55 ◦ blue 36

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

Shades of Graphite #3B3724

Tints of Graphite #3B3724

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 24%

R = 39.33%
G = 36.67%
B = 24%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.39

 K value IS 0.77

RGB Variations

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

Color information

#3B3724 (or 0x3B3724) is known color: Graphite. HEX triplet: 3B, 37 and 24. RGB value is (59,55,36). Sum of RGB (Red+Green+Blue) = 59+55+36=150 (19% of max value = 765). Red value is 59 (23.44% from 255 or 39.33% from 150); Green value is 55 (21.88% from 255 or 36.67% from 150); Blue value is 36 (14.45% from 255 or 24% from 150); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3724 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3724 is #C4C8DB. Grayscale: #363636. Windows color (decimal): -12896476 or 2373435. OLE color: 2373435.

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

Color convert

RGB 59 55 36 -
CMYK 0 0.07 0.39 0.77
HSL 49.57º 0.24% 0.19% -
HSV(B) 49.57º 0.39% 0.23% -
XYZ 3.49 3.79 2.22 -
YUV 54.03 117.83 131.54 -
System Red Green Blue C M Y K H S L
Decimal 59 55 36 0 0.07 0.39 0.77 49.57 0.24 0.19
Hex 3B 37 24 0 7 27 4D 32 18 13
Octal 73 67 44 0 7 47 115 62 30 23
Binary 111011 110111 100100 0 111 100111 1001101 110010 11000 10011

Color Harmonies of #3B3724

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B3724

Black with #3B3724

Text Example


Text Example

White with #3B3724

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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