Html Css Color HEX #363940 Vulcan

📋 copy color: '#363940'

red 54 ◦ green 57 ◦ blue 64

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

Shades of Vulcan #363940

Tints of Vulcan #363940

RGB

 RED value IS 54 (21.48% from 255) = 30.86%

 GREEN value IS 57 (22.66% from 255) = 32.57%

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

R = 30.86%
G = 32.57%
B = 36.57%

CMYK

 C value IS 0.16

 M value IS 0.11

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#363940 (or 0x363940) is known color: Vulcan. HEX triplet: 36, 39 and 40. RGB value is (54,57,64). Sum of RGB (Red+Green+Blue) = 54+57+64=175 (23% of max value = 765). Red value is 54 (21.48% from 255 or 30.86% from 175); Green value is 57 (22.66% from 255 or 32.57% 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 #363940 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #363940 is #C9C6BF. Grayscale: #383838. Windows color (decimal): -13223616 or 4208950. OLE color: 4208950.

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

Color convert

RGB 54 57 64 -
CMYK 0.16 0.11 0 0.75
HSL 222º 0.08% 0.23% -
HSV(B) 222º 0.16% 0.25% -
XYZ 3.91 4.08 5.43 -
YUV 56.9 132.01 125.93 -
System Red Green Blue C M Y K H S L
Decimal 54 57 64 0.16 0.11 0 0.75 222 0.08 0.23
Hex 36 39 40 10 B 0 4B DE 8 17
Octal 66 71 100 20 13 0 113 336 10 27
Binary 110110 111001 1000000 10000 1011 0 1001011 11011110 1000 10111

Color Harmonies of #363940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #363940

Black with #363940

Text Example


Text Example

White with #363940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #363940; }

 p { color: rgb(54,57,64); }

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

background-color css

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

 a { background-color: rgb(54,57,64); }

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

border-color css

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

 span { border-color: rgb(54,57,64); }

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