Html Css Color HEX #333B3F Mine Shaft

📋 copy color: '#333B3F'

red 51 ◦ green 59 ◦ blue 63

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

Shades of Mine Shaft #333B3F

Tints of Mine Shaft #333B3F

RGB

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

 GREEN value IS 59 (23.44% from 255) = 34.1%

 BLUE value IS 63 (25% from 255) = 36.42%

R = 29.48%
G = 34.1%
B = 36.42%

CMYK

 C value IS 0.19

 M value IS 0.06

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#333B3F (or 0x333B3F) is known color: Mine Shaft. HEX triplet: 33, 3B and 3F. RGB value is (51,59,63). Sum of RGB (Red+Green+Blue) = 51+59+63=173 (22% of max value = 765). Red value is 51 (20.31% from 255 or 29.48% from 173); Green value is 59 (23.44% from 255 or 34.10% from 173); Blue value is 63 (25% from 255 or 36.42% from 173); Max value from RGB is 63 - color contains mainly: blue. Hex color #333B3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333B3F is #CCC4C0. Grayscale: #393939. Windows color (decimal): -13419713 or 4143923. OLE color: 4143923.

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

Color convert

RGB 51 59 63 -
CMYK 0.19 0.06 0 0.75
HSL 200º 0.11% 0.22% -
HSV(B) 200º 0.19% 0.25% -
XYZ 3.83 4.19 5.31 -
YUV 57.06 131.35 123.67 -
System Red Green Blue C M Y K H S L
Decimal 51 59 63 0.19 0.06 0 0.75 200 0.11 0.22
Hex 33 3B 3F 13 6 0 4B C8 B 16
Octal 63 73 77 23 6 0 113 310 13 26
Binary 110011 111011 111111 10011 110 0 1001011 11001000 1011 10110

Color Harmonies of #333B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #333B3F

Black with #333B3F

Text Example


Text Example

White with #333B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,59,63); }

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

background-color css

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

 a { background-color: rgb(51,59,63); }

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

border-color css

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

 span { border-color: rgb(51,59,63); }

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