Html Css Color HEX #3B3824 Graphite

📋 copy color: '#3B3824'

red 59 ◦ green 56 ◦ blue 36

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

Shades of Graphite #3B3824

Tints of Graphite #3B3824

RGB

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

 GREEN value IS 56 (22.27% from 255) = 37.09%

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

R = 39.07%
G = 37.09%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.39

 K value IS 0.77

RGB Variations

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

Color information

#3B3824 (or 0x3B3824) is known color: Graphite. HEX triplet: 3B, 38 and 24. RGB value is (59,56,36). Sum of RGB (Red+Green+Blue) = 59+56+36=151 (20% of max value = 765). Red value is 59 (23.44% from 255 or 39.07% from 151); Green value is 56 (22.27% from 255 or 37.09% from 151); Blue value is 36 (14.45% from 255 or 23.84% from 151); Max value from RGB is 59 - color contains mainly: red. Hex color #3B3824 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3824 is #C4C7DB. Grayscale: #363636. Windows color (decimal): -12896220 or 2373691. OLE color: 2373691.

HSL color Cylindrical-coordinate representation of color #3B3824: hue angle of 52.17º 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 #3B3824 is Cyan = 0, Magento = 0.05, Yellow = 0.39 and Black (K on CMYK) = 0.77.

Color convert

RGB 59 56 36 -
CMYK 0 0.05 0.39 0.77
HSL 52.17º 0.24% 0.19% -
HSV(B) 52.17º 0.39% 0.23% -
XYZ 3.54 3.89 2.23 -
YUV 54.62 117.49 131.13 -
System Red Green Blue C M Y K H S L
Decimal 59 56 36 0 0.05 0.39 0.77 52.17 0.24 0.19
Hex 3B 38 24 0 5 27 4D 34 18 13
Octal 73 70 44 0 5 47 115 64 30 23
Binary 111011 111000 100100 0 101 100111 1001101 110100 11000 10011

Color Harmonies of #3B3824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B3824

Black with #3B3824

Text Example


Text Example

White with #3B3824

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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