#38351E

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

Shades of Graphite #38351E

Tints of Graphite #38351E

Color information

#38351E (or 0x38351E) is unknown color: approx Graphite. HEX triplet: 38, 35 and 1E. RGB value is (56,53,30). Sum of RGB (Red+Green+Blue) = 56+53+30=139 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.29% from 139); Green value is 53 (21.09% from 255 or 38.13% from 139); Blue value is 30 (12.11% from 255 or 21.58% from 139); Max value from RGB is 56 - color contains mainly: red. Hex color #38351E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38351E is #C7CAE1. Grayscale: #333333. Windows color (decimal): -13093602 or 1979704. OLE color: 1979704.

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

Color convert

RGB565330-
CMYK00.050.460.78
HSL53.08º30.23%16.86%-
HSV(B)53.08º46.43%21.96%-
XYZ3.143.481.73-
YUV51.28115.99131.37-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 40.29%
GREEN value IS 53 (21.09% from 255) = 38.13%
BLUE value IS 30 (12.11% from 255) = 21.58%
R=40.29%
G=38.13%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.46
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56533000.050.460.7853.0830.2316.86
Hex38351E052E4E351e11
Octal7065360556116653621
Binary11100011010111110010110111010011101101011111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38351E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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