#38362E

Color #38362E Graphite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Graphite #38362E

Tints of Graphite #38362E

Color information

#38362E (or 0x38362E) is unknown color: approx Graphite. HEX triplet: 38, 36 and 2E. RGB value is (56,54,46). Sum of RGB (Red+Green+Blue) = 56+54+46=156 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.90% from 156); Green value is 54 (21.48% from 255 or 34.62% from 156); Blue value is 46 (18.36% from 255 or 29.49% from 156); Max value from RGB is 56 - color contains mainly: red. Hex color #38362E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38362E is #C7C9D1. Grayscale: #353535. Windows color (decimal): -13093330 or 3028536. OLE color: 3028536.

HSL color Cylindrical-coordinate representation of color #38362E: hue angle of 48º degrees, saturation: 0.1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #38362E is Cyan = 0, Magento = 0.04, Yellow = 0.18 and Black (K on CMYK) = 0.78.

Color convert

RGB565446-
CMYK00.040.180.78
HSL48º9.8%20%-
HSV(B)48º17.86%21.96%-
XYZ3.443.683.11-
YUV53.69123.66129.65-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 35.90%
GREEN value IS 54 (21.48% from 255) = 34.62%
BLUE value IS 46 (18.36% from 255) = 29.49%
R=35.90%
G=34.62%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.18
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56544600.040.180.78489.820
Hex38362E04124E30a14
Octal7066560422116601224
Binary1110001101101011100100100101001110110000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38362E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,54,46); }

 H1.HeaderClassName
 {
   color: #38362E;
 }
 .AnyTagClassName
 {
   color: #38362E;
 }
</style>
background-color css

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

 a { background-color: rgb(56,54,46); }

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

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

 span { border-color: rgb(56,54,46); }

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