Html Css Color HEX #38311B Graphite

📋 copy color: '#38311B'

red 56 ◦ green 49 ◦ blue 27

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

Shades of Graphite #38311B

Tints of Graphite #38311B

RGB

 RED value IS 56 (22.27% from 255) = 42.42%

 GREEN value IS 49 (19.53% from 255) = 37.12%

 BLUE value IS 27 (10.94% from 255) = 20.45%

R = 42.42%
G = 37.12%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.52

 K value IS 0.78

RGB Variations

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

Color information

#38311B (or 0x38311B) is known color: Graphite. HEX triplet: 38, 31 and 1B. RGB value is (56,49,27). Sum of RGB (Red+Green+Blue) = 56+49+27=132 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.42% from 132); Green value is 49 (19.53% from 255 or 37.12% from 132); Blue value is 27 (10.94% from 255 or 20.45% from 132); Max value from RGB is 56 - color contains mainly: red. Hex color #38311B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38311B is #C7CEE4. Grayscale: #303030. Windows color (decimal): -13094629 or 1782072. OLE color: 1782072.

HSL color Cylindrical-coordinate representation of color #38311B: hue angle of 45.52º degrees, saturation: 0.35, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #38311B is Cyan = 0, Magento = 0.12, Yellow = 0.52 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 49 27 -
CMYK 0 0.12 0.52 0.78
HSL 45.52º 0.35% 0.16% -
HSV(B) 45.52º 0.52% 0.22% -
XYZ 2.93 3.12 1.48 -
YUV 48.59 115.82 133.29 -
System Red Green Blue C M Y K H S L
Decimal 56 49 27 0 0.12 0.52 0.78 45.52 0.35 0.16
Hex 38 31 1B 0 C 34 4E 2E 23 10
Octal 70 61 33 0 14 64 116 56 43 20
Binary 111000 110001 11011 0 1100 110100 1001110 101110 100011 10000

Color Harmonies of #38311B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38311B

Black with #38311B

Text Example


Text Example

White with #38311B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38311B; }

 p { color: rgb(56,49,27); }

 H1.HeaderClassName
 {
   color: #38311B;
 }
 .AnyTagClassName
 {
   color: #38311B;
 }
</style>

background-color css

<style>
 a { background-color: #38311B; }

 a { background-color: rgb(56,49,27); }

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

border-color css

<style>
 span { border-color: #38311B; }

 span { border-color: rgb(56,49,27); }

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