#38331B

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

Shades of Graphite #38331B

Tints of Graphite #38331B

Color information

#38331B (or 0x38331B) is unknown color: approx Graphite. HEX triplet: 38, 33 and 1B. RGB value is (56,51,27). Sum of RGB (Red+Green+Blue) = 56+51+27=134 (17% of max value = 765). Red value is 56 (22.27% from 255 or 41.79% from 134); Green value is 51 (20.31% from 255 or 38.06% from 134); Blue value is 27 (10.94% from 255 or 20.15% from 134); Max value from RGB is 56 - color contains mainly: red. Hex color #38331B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38331B is #C7CCE4. Grayscale: #313131. Windows color (decimal): -13094117 or 1782584. OLE color: 1782584.

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

Color convert

RGB565127-
CMYK00.090.520.78
HSL49.66º34.94%16.27%-
HSV(B)49.66º51.79%21.96%-
XYZ3.013.291.51-
YUV49.76115.16132.45-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 41.79%
GREEN value IS 51 (20.31% from 255) = 38.06%
BLUE value IS 27 (10.94% from 255) = 20.15%
R=41.79%
G=38.06%
B=20.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.52
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56512700.090.520.7849.6634.9416.27
Hex38331B09344E322310
Octal70633301164116624320
Binary1110001100111101101001110100100111011001010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38331B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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