#383C3D

Color #383C3D Mine Shaft (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mine Shaft #383C3D

Tints of Mine Shaft #383C3D

Color information

#383C3D (or 0x383C3D) is unknown color: approx Mine Shaft. HEX triplet: 38, 3C and 3D. RGB value is (56,60,61). Sum of RGB (Red+Green+Blue) = 56+60+61=177 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.64% from 177); Green value is 60 (23.83% from 255 or 33.90% from 177); Blue value is 61 (24.22% from 255 or 34.46% from 177); Max value from RGB is 61 - color contains mainly: blue. Hex color #383C3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383C3D is #C7C3C2. Grayscale: #3A3A3A. Windows color (decimal): -13091779 or 4013112. OLE color: 4013112.

HSL color Cylindrical-coordinate representation of color #383C3D: hue angle of 192º degrees, saturation: 0.04, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #383C3D is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB566061-
CMYK0.080.0200.76
HSL192º4.27%22.94%-
HSV(B)192º8.2%23.92%-
XYZ4.094.415.05-
YUV58.92129.17125.92-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 31.64%
GREEN value IS 60 (23.83% from 255) = 33.90%
BLUE value IS 61 (24.22% from 255) = 34.46%
R=31.64%
G=33.90%
B=34.46%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5660610.080.0200.761924.2722.94
Hex383C3D8204Cc0417
Octal7074751020114300427
Binary111000111100111101100010010011001100000010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383C3D; }

 p { color: rgb(56,60,61); }

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

<style>
 a { background-color: #383C3D; }

 a { background-color: rgb(56,60,61); }

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

<style>
 span { border-color: #383C3D; }

 span { border-color: rgb(56,60,61); }

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