#38331D

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

Shades of Graphite #38331D

Tints of Graphite #38331D

Color information

#38331D (or 0x38331D) is unknown color: approx Graphite. HEX triplet: 38, 33 and 1D. RGB value is (56,51,29). Sum of RGB (Red+Green+Blue) = 56+51+29=136 (18% of max value = 765). Red value is 56 (22.27% from 255 or 41.18% from 136); Green value is 51 (20.31% from 255 or 37.5% from 136); Blue value is 29 (11.72% from 255 or 21.32% from 136); Max value from RGB is 56 - color contains mainly: red. Hex color #38331D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38331D is #C7CCE2. Grayscale: #323232. Windows color (decimal): -13094115 or 1913656. OLE color: 1913656.

HSL color Cylindrical-coordinate representation of color #38331D: hue angle of 48.89º degrees, saturation: 0.32, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #38331D is Cyan = 0, Magento = 0.09, Yellow = 0.48 and Black (K on CMYK) = 0.78.

Color convert

RGB565129-
CMYK00.090.480.78
HSL48.89º31.76%16.67%-
HSV(B)48.89º48.21%21.96%-
XYZ3.043.31.64-
YUV49.99116.16132.29-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 41.18%
GREEN value IS 51 (20.31% from 255) = 37.5%
BLUE value IS 29 (11.72% from 255) = 21.32%
R=41.18%
G=37.5%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.48
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56512900.090.480.7848.8931.7616.67
Hex38331D09304E312011
Octal70633501160116614021
Binary1110001100111110101001110000100111011000110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38331D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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