Html Css Color HEX #3B382C Graphite

📋 copy color: '#3B382C'

red 59 ◦ green 56 ◦ blue 44

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

Shades of Graphite #3B382C

Tints of Graphite #3B382C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 27.67%

R = 37.11%
G = 35.22%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.25

 K value IS 0.77

RGB Variations

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

Color information

#3B382C (or 0x3B382C) is known color: Graphite. HEX triplet: 3B, 38 and 2C. RGB value is (59,56,44). Sum of RGB (Red+Green+Blue) = 59+56+44=159 (21% of max value = 765). Red value is 59 (23.44% from 255 or 37.11% from 159); Green value is 56 (22.27% from 255 or 35.22% from 159); Blue value is 44 (17.58% from 255 or 27.67% from 159); Max value from RGB is 59 - color contains mainly: red. Hex color #3B382C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B382C is #C4C7D3. Grayscale: #373737. Windows color (decimal): -12896212 or 2897979. OLE color: 2897979.

HSL color Cylindrical-coordinate representation of color #3B382C: hue angle of 48º degrees, saturation: 0.15, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #3B382C is Cyan = 0, Magento = 0.05, Yellow = 0.25 and Black (K on CMYK) = 0.77.

Color convert

RGB 59 56 44 -
CMYK 0 0.05 0.25 0.77
HSL 48º 0.15% 0.2% -
HSV(B) 48º 0.25% 0.23% -
XYZ 3.67 3.94 2.95 -
YUV 55.53 121.49 130.48 -
System Red Green Blue C M Y K H S L
Decimal 59 56 44 0 0.05 0.25 0.77 48 0.15 0.2
Hex 3B 38 2C 0 5 19 4D 30 F 14
Octal 73 70 54 0 5 31 115 60 17 24
Binary 111011 111000 101100 0 101 11001 1001101 110000 1111 10100

Color Harmonies of #3B382C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B382C

Black with #3B382C

Text Example


Text Example

White with #3B382C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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