#383F41

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

Shades of Mine Shaft #383F41

Tints of Mine Shaft #383F41

Color information

#383F41 (or 0x383F41) is unknown color: approx Mine Shaft. HEX triplet: 38, 3F and 41. RGB value is (56,63,65). Sum of RGB (Red+Green+Blue) = 56+63+65=184 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.43% from 184); Green value is 63 (25% from 255 or 34.24% from 184); Blue value is 65 (25.78% from 255 or 35.33% from 184); Max value from RGB is 65 - color contains mainly: blue. Hex color #383F41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383F41 is #C7C0BE. Grayscale: #3D3D3D. Windows color (decimal): -13091007 or 4276024. OLE color: 4276024.

HSL color Cylindrical-coordinate representation of color #383F41: hue angle of 193.33º degrees, saturation: 0.07, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #383F41 is Cyan = 0.14, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB566365-
CMYK0.140.0300.75
HSL193.33º7.44%23.73%-
HSV(B)193.33º13.85%25.49%-
XYZ4.364.785.69-
YUV61.13130.18124.34-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 30.43%
GREEN value IS 63 (25% from 255) = 34.24%
BLUE value IS 65 (25.78% from 255) = 35.33%
R=30.43%
G=34.24%
B=35.33%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5663650.140.0300.75193.337.4423.73
Hex383F41E304Bc1718
Octal70771011630113301730
Binary1110001111111000001111011010010111100000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,63,65); }

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

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

 a { background-color: rgb(56,63,65); }

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

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

 span { border-color: rgb(56,63,65); }

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