Html Css Color HEX #38321E Graphite

📋 copy color: '#38321E'

red 56 ◦ green 50 ◦ blue 30

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

Shades of Graphite #38321E

Tints of Graphite #38321E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 36.76%

 BLUE value IS 30 (12.11% from 255) = 22.06%

R = 41.18%
G = 36.76%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.46

 K value IS 0.78

RGB Variations

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

Color information

#38321E (or 0x38321E) is known color: Graphite. HEX triplet: 38, 32 and 1E. RGB value is (56,50,30). Sum of RGB (Red+Green+Blue) = 56+50+30=136 (18% of max value = 765). Red value is 56 (22.27% from 255 or 41.18% from 136); Green value is 50 (19.92% from 255 or 36.76% from 136); Blue value is 30 (12.11% from 255 or 22.06% from 136); Max value from RGB is 56 - color contains mainly: red. Hex color #38321E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38321E is #C7CDE1. Grayscale: #313131. Windows color (decimal): -13094370 or 1978936. OLE color: 1978936.

HSL color Cylindrical-coordinate representation of color #38321E: hue angle of 46.15º degrees, saturation: 0.3, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #38321E is Cyan = 0, Magento = 0.11, Yellow = 0.46 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 50 30 -
CMYK 0 0.11 0.46 0.78
HSL 46.15º 0.3% 0.17% -
HSV(B) 46.15º 0.46% 0.22% -
XYZ 3.01 3.22 1.69 -
YUV 49.51 116.99 132.63 -
System Red Green Blue C M Y K H S L
Decimal 56 50 30 0 0.11 0.46 0.78 46.15 0.3 0.17
Hex 38 32 1E 0 B 2E 4E 2E 1E 11
Octal 70 62 36 0 13 56 116 56 36 21
Binary 111000 110010 11110 0 1011 101110 1001110 101110 11110 10001

Color Harmonies of #38321E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38321E

Black with #38321E

Text Example


Text Example

White with #38321E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38321E; }

 p { color: rgb(56,50,30); }

 H1.HeaderClassName
 {
   color: #38321E;
 }
 .AnyTagClassName
 {
   color: #38321E;
 }
</style>

background-color css

<style>
 a { background-color: #38321E; }

 a { background-color: rgb(56,50,30); }

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

border-color css

<style>
 span { border-color: #38321E; }

 span { border-color: rgb(56,50,30); }

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