#38331C

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

Shades of Graphite #38331C

Tints of Graphite #38331C

Color information

#38331C (or 0x38331C) is unknown color: approx Graphite. HEX triplet: 38, 33 and 1C. RGB value is (56,51,28). Sum of RGB (Red+Green+Blue) = 56+51+28=135 (17% of max value = 765). Red value is 56 (22.27% from 255 or 41.48% from 135); Green value is 51 (20.31% from 255 or 37.78% from 135); Blue value is 28 (11.33% from 255 or 20.74% from 135); Max value from RGB is 56 - color contains mainly: red. Hex color #38331C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38331C is #C7CCE3. Grayscale: #313131. Windows color (decimal): -13094116 or 1848120. OLE color: 1848120.

HSL color Cylindrical-coordinate representation of color #38331C: hue angle of 49.29º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #38331C is Cyan = 0, Magento = 0.09, Yellow = 0.50 and Black (K on CMYK) = 0.78.

Color convert

RGB565128-
CMYK00.090.500.78
HSL49.29º33.33%16.47%-
HSV(B)49.29º50%21.96%-
XYZ3.023.291.57-
YUV49.87115.66132.37-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 41.48%
GREEN value IS 51 (20.31% from 255) = 37.78%
BLUE value IS 28 (11.33% from 255) = 20.74%
R=41.48%
G=37.78%
B=20.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.50
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56512800.090.500.7849.2933.3316.47
Hex38331C09324E312110
Octal70633401162116614120
Binary1110001100111110001001110010100111011000110000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38331C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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