Html Css Color HEX #383C3D Mine Shaft

📋 copy color: '#383C3D'

red 56 ◦ green 60 ◦ blue 61

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

Shades of Mine Shaft #383C3D

Tints of Mine Shaft #383C3D

RGB

 RED value IS 56 (22.27% from 255) = 31.64%

 GREEN value IS 60 (23.83% from 255) = 33.9%

 BLUE value IS 61 (24.22% from 255) = 34.46%

R = 31.64%
G = 33.9%
B = 34.46%

CMYK

 C value IS 0.08

 M value IS 0.02

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

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

RGB 56 60 61 -
CMYK 0.08 0.02 0 0.76
HSL 192º 0.04% 0.23% -
HSV(B) 192º 0.08% 0.24% -
XYZ 4.09 4.41 5.05 -
YUV 58.92 129.17 125.92 -
System Red Green Blue C M Y K H S L
Decimal 56 60 61 0.08 0.02 0 0.76 192 0.04 0.23
Hex 38 3C 3D 8 2 0 4C C0 4 17
Octal 70 74 75 10 2 0 114 300 4 27
Binary 111000 111100 111101 1000 10 0 1001100 11000000 100 10111

Color Harmonies of #383C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383C3D

Black with #383C3D

Text Example


Text Example

White with #383C3D

Text Example


Text Example

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