Html Css Color HEX #3B382B Graphite

📋 copy color: '#3B382B'

red 59 ◦ green 56 ◦ blue 43

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

Shades of Graphite #3B382B

Tints of Graphite #3B382B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 27.22%

R = 37.34%
G = 35.44%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.27

 K value IS 0.77

RGB Variations

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

Color information

#3B382B (or 0x3B382B) is known color: Graphite. HEX triplet: 3B, 38 and 2B. RGB value is (59,56,43). Sum of RGB (Red+Green+Blue) = 59+56+43=158 (20% of max value = 765). Red value is 59 (23.44% from 255 or 37.34% from 158); Green value is 56 (22.27% from 255 or 35.44% from 158); Blue value is 43 (17.19% from 255 or 27.22% from 158); Max value from RGB is 59 - color contains mainly: red. Hex color #3B382B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B382B is #C4C7D4. Grayscale: #373737. Windows color (decimal): -12896213 or 2832443. OLE color: 2832443.

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

Color convert

RGB 59 56 43 -
CMYK 0 0.05 0.27 0.77
HSL 48.75º 0.16% 0.2% -
HSV(B) 48.75º 0.27% 0.23% -
XYZ 3.65 3.93 2.85 -
YUV 55.42 120.99 130.56 -
System Red Green Blue C M Y K H S L
Decimal 59 56 43 0 0.05 0.27 0.77 48.75 0.16 0.2
Hex 3B 38 2B 0 5 1B 4D 31 10 14
Octal 73 70 53 0 5 33 115 61 20 24
Binary 111011 111000 101011 0 101 11011 1001101 110001 10000 10100

Color Harmonies of #3B382B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B382B

Black with #3B382B

Text Example


Text Example

White with #3B382B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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