Html Css Color HEX #393C42 Vulcan

📋 copy color: '#393C42'

red 57 ◦ green 60 ◦ blue 66

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

Shades of Vulcan #393C42

Tints of Vulcan #393C42

RGB

 RED value IS 57 (22.66% from 255) = 31.15%

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

 BLUE value IS 66 (26.17% from 255) = 36.07%

R = 31.15%
G = 32.79%
B = 36.07%

CMYK

 C value IS 0.14

 M value IS 0.09

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#393C42 (or 0x393C42) is known color: Vulcan. HEX triplet: 39, 3C and 42. RGB value is (57,60,66). Sum of RGB (Red+Green+Blue) = 57+60+66=183 (24% of max value = 765). Red value is 57 (22.66% from 255 or 31.15% from 183); Green value is 60 (23.83% from 255 or 32.79% from 183); Blue value is 66 (26.17% from 255 or 36.07% from 183); Max value from RGB is 66 - color contains mainly: blue. Hex color #393C42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393C42 is #C6C3BD. Grayscale: #3B3B3B. Windows color (decimal): -13026238 or 4340793. OLE color: 4340793.

HSL color Cylindrical-coordinate representation of color #393C42: hue angle of 220º degrees, saturation: 0.07, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #393C42 is Cyan = 0.14, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 57 60 66 -
CMYK 0.14 0.09 0 0.74
HSL 220º 0.07% 0.24% -
HSV(B) 220º 0.14% 0.26% -
XYZ 4.29 4.49 5.8 -
YUV 59.79 131.51 126.01 -
System Red Green Blue C M Y K H S L
Decimal 57 60 66 0.14 0.09 0 0.74 220 0.07 0.24
Hex 39 3C 42 E 9 0 4A DC 7 18
Octal 71 74 102 16 11 0 112 334 7 30
Binary 111001 111100 1000010 1110 1001 0 1001010 11011100 111 11000

Color Harmonies of #393C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #393C42

Black with #393C42

Text Example


Text Example

White with #393C42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #393C42; }

 p { color: rgb(57,60,66); }

 H1.HeaderClassName
 {
   color: #393C42;
 }
 .AnyTagClassName
 {
   color: #393C42;
 }
</style>

background-color css

<style>
 a { background-color: #393C42; }

 a { background-color: rgb(57,60,66); }

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

border-color css

<style>
 span { border-color: #393C42; }

 span { border-color: rgb(57,60,66); }

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