Html Css Color HEX #38331E Graphite

📋 copy color: '#38331E'

red 56 ◦ green 51 ◦ blue 30

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

Shades of Graphite #38331E

Tints of Graphite #38331E

RGB

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

 GREEN value IS 51 (20.31% from 255) = 37.23%

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

R = 40.88%
G = 37.23%
B = 21.9%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.46

 K value IS 0.78

RGB Variations

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

Color information

#38331E (or 0x38331E) is known color: Graphite. HEX triplet: 38, 33 and 1E. RGB value is (56,51,30). Sum of RGB (Red+Green+Blue) = 56+51+30=137 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.88% from 137); Green value is 51 (20.31% from 255 or 37.23% from 137); Blue value is 30 (12.11% from 255 or 21.90% from 137); Max value from RGB is 56 - color contains mainly: red. Hex color #38331E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38331E is #C7CCE1. Grayscale: #323232. Windows color (decimal): -13094114 or 1979192. OLE color: 1979192.

HSL color Cylindrical-coordinate representation of color #38331E: hue angle of 48.46º 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 #38331E is Cyan = 0, Magento = 0.09, Yellow = 0.46 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 51 30 -
CMYK 0 0.09 0.46 0.78
HSL 48.46º 0.3% 0.17% -
HSV(B) 48.46º 0.46% 0.22% -
XYZ 3.05 3.3 1.7 -
YUV 50.1 116.66 132.21 -
System Red Green Blue C M Y K H S L
Decimal 56 51 30 0 0.09 0.46 0.78 48.46 0.3 0.17
Hex 38 33 1E 0 9 2E 4E 30 1E 11
Octal 70 63 36 0 11 56 116 60 36 21
Binary 111000 110011 11110 0 1001 101110 1001110 110000 11110 10001

Color Harmonies of #38331E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38331E

Black with #38331E

Text Example


Text Example

White with #38331E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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