Html Css Color HEX #333C40 Mine Shaft

📋 copy color: '#333C40'

red 51 ◦ green 60 ◦ blue 64

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

Shades of Mine Shaft #333C40

Tints of Mine Shaft #333C40

RGB

 RED value IS 51 (20.31% from 255) = 29.14%

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

 BLUE value IS 64 (25.39% from 255) = 36.57%

R = 29.14%
G = 34.29%
B = 36.57%

CMYK

 C value IS 0.20

 M value IS 0.06

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#333C40 (or 0x333C40) is known color: Mine Shaft. HEX triplet: 33, 3C and 40. RGB value is (51,60,64). Sum of RGB (Red+Green+Blue) = 51+60+64=175 (23% of max value = 765). Red value is 51 (20.31% from 255 or 29.14% from 175); Green value is 60 (23.83% from 255 or 34.29% from 175); Blue value is 64 (25.39% from 255 or 36.57% from 175); Max value from RGB is 64 - color contains mainly: blue. Hex color #333C40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333C40 is #CCC3BF. Grayscale: #393939. Windows color (decimal): -13419456 or 4209715. OLE color: 4209715.

HSL color Cylindrical-coordinate representation of color #333C40: hue angle of 198.46º degrees, saturation: 0.11, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #333C40 is Cyan = 0.20, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 51 60 64 -
CMYK 0.20 0.06 0 0.75
HSL 198.46º 0.11% 0.23% -
HSV(B) 198.46º 0.2% 0.25% -
XYZ 3.91 4.31 5.48 -
YUV 57.77 131.52 123.17 -
System Red Green Blue C M Y K H S L
Decimal 51 60 64 0.20 0.06 0 0.75 198.46 0.11 0.23
Hex 33 3C 40 14 6 0 4B C6 B 17
Octal 63 74 100 24 6 0 113 306 13 27
Binary 110011 111100 1000000 10100 110 0 1001011 11000110 1011 10111

Color Harmonies of #333C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333C40

Black with #333C40

Text Example


Text Example

White with #333C40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #333C40; }

 p { color: rgb(51,60,64); }

 H1.HeaderClassName
 {
   color: #333C40;
 }
 .AnyTagClassName
 {
   color: #333C40;
 }
</style>

background-color css

<style>
 a { background-color: #333C40; }

 a { background-color: rgb(51,60,64); }

 div.DivClassName
 {
   background-color: #333C40;
 }
 .BgClassName
 {
   background-color: #333C40;
 }
</style>

border-color css

<style>
 span { border-color: #333C40; }

 span { border-color: rgb(51,60,64); }

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