Html Css Color HEX #383F41 Mine Shaft

📋 copy color: '#383F41'

red 56 ◦ green 63 ◦ blue 65

#383F41
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mine Shaft #383F41

Tints of Mine Shaft #383F41

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 value IS 0.14

 M value IS 0.03

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#383F41 (or 0x383F41) is known color: 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

RGB 56 63 65 -
CMYK 0.14 0.03 0 0.75
HSL 193.33º 0.07% 0.24% -
HSV(B) 193.33º 0.14% 0.25% -
XYZ 4.36 4.78 5.69 -
YUV 61.14 130.18 124.34 -
System Red Green Blue C M Y K H S L
Decimal 56 63 65 0.14 0.03 0 0.75 193.33 0.07 0.24
Hex 38 3F 41 E 3 0 4B C1 7 18
Octal 70 77 101 16 3 0 113 301 7 30
Binary 111000 111111 1000001 1110 11 0 1001011 11000001 111 11000

Color Harmonies of #383F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383F41

Black with #383F41

Text Example


Text Example

White with #383F41

Text Example


Text Example

HTML Codes & Css Web 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>