Html Css Color HEX #38311C Graphite

📋 copy color: '#38311C'

red 56 ◦ green 49 ◦ blue 28

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

Shades of Graphite #38311C

Tints of Graphite #38311C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 21.05%

R = 42.11%
G = 36.84%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.50

 K value IS 0.78

RGB Variations

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

Color information

#38311C (or 0x38311C) is known color: Graphite. HEX triplet: 38, 31 and 1C. RGB value is (56,49,28). Sum of RGB (Red+Green+Blue) = 56+49+28=133 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.11% from 133); Green value is 49 (19.53% from 255 or 36.84% from 133); Blue value is 28 (11.33% from 255 or 21.05% from 133); Max value from RGB is 56 - color contains mainly: red. Hex color #38311C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38311C is #C7CEE3. Grayscale: #303030. Windows color (decimal): -13094628 or 1847608. OLE color: 1847608.

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

Color convert

RGB 56 49 28 -
CMYK 0 0.12 0.50 0.78
HSL 45º 0.33% 0.16% -
HSV(B) 45º 0.5% 0.22% -
XYZ 2.94 3.12 1.55 -
YUV 48.7 116.32 133.21 -
System Red Green Blue C M Y K H S L
Decimal 56 49 28 0 0.12 0.50 0.78 45 0.33 0.16
Hex 38 31 1C 0 C 32 4E 2D 21 10
Octal 70 61 34 0 14 62 116 55 41 20
Binary 111000 110001 11100 0 1100 110010 1001110 101101 100001 10000

Color Harmonies of #38311C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38311C

Black with #38311C

Text Example


Text Example

White with #38311C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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