#38362C

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

Shades of Graphite #38362C

Tints of Graphite #38362C

Color information

#38362C (or 0x38362C) is unknown color: approx Graphite. HEX triplet: 38, 36 and 2C. RGB value is (56,54,44). Sum of RGB (Red+Green+Blue) = 56+54+44=154 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.36% from 154); Green value is 54 (21.48% from 255 or 35.06% from 154); Blue value is 44 (17.58% from 255 or 28.57% from 154); Max value from RGB is 56 - color contains mainly: red. Hex color #38362C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38362C is #C7C9D3. Grayscale: #353535. Windows color (decimal): -13093332 or 2897464. OLE color: 2897464.

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

Color convert

RGB565444-
CMYK00.040.210.78
HSL50º12%19.61%-
HSV(B)50º21.43%21.96%-
XYZ3.43.662.91-
YUV53.46122.66129.81-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 36.36%
GREEN value IS 54 (21.48% from 255) = 35.06%
BLUE value IS 44 (17.58% from 255) = 28.57%
R=36.36%
G=35.06%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.21
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56544400.040.210.78501219.61
Hex38362C04154E32c14
Octal7066540425116621424
Binary1110001101101011000100101011001110110010110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38362C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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