Html Css Color HEX #323640 Vulcan

📋 copy color: '#323640'

red 50 ◦ green 54 ◦ blue 64

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

Shades of Vulcan #323640

Tints of Vulcan #323640

RGB

 RED value IS 50 (19.92% from 255) = 29.76%

 GREEN value IS 54 (21.48% from 255) = 32.14%

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

R = 29.76%
G = 32.14%
B = 38.1%

CMYK

 C value IS 0.22

 M value IS 0.16

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#323640 (or 0x323640) is known color: Vulcan. HEX triplet: 32, 36 and 40. RGB value is (50,54,64). Sum of RGB (Red+Green+Blue) = 50+54+64=168 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.76% from 168); Green value is 54 (21.48% from 255 or 32.14% from 168); Blue value is 64 (25.39% from 255 or 38.10% from 168); Max value from RGB is 64 - color contains mainly: blue. Hex color #323640 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323640 is #CDC9BF. Grayscale: #353535. Windows color (decimal): -13486528 or 4208178. OLE color: 4208178.

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

Color convert

RGB 50 54 64 -
CMYK 0.22 0.16 0 0.75
HSL 222.86º 0.12% 0.22% -
HSV(B) 222.86º 0.22% 0.25% -
XYZ 3.56 3.69 5.37 -
YUV 53.94 133.67 125.19 -
System Red Green Blue C M Y K H S L
Decimal 50 54 64 0.22 0.16 0 0.75 222.86 0.12 0.22
Hex 32 36 40 16 10 0 4B DF C 16
Octal 62 66 100 26 20 0 113 337 14 26
Binary 110010 110110 1000000 10110 10000 0 1001011 11011111 1100 10110

Color Harmonies of #323640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #323640

Black with #323640

Text Example


Text Example

White with #323640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #323640; }

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

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

background-color css

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

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

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

border-color css

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

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

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