#323840

Color #323840 Vulcan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vulcan #323840

Tints of Vulcan #323840

Color information

#323840 (or 0x323840) is unknown color: approx Vulcan. HEX triplet: 32, 38 and 40. RGB value is (50,56,64). Sum of RGB (Red+Green+Blue) = 50+56+64=170 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.41% from 170); Green value is 56 (22.27% from 255 or 32.94% from 170); Blue value is 64 (25.39% from 255 or 37.65% from 170); Max value from RGB is 64 - color contains mainly: blue. Hex color #323840 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323840 is #CDC7BF. Grayscale: #373737. Windows color (decimal): -13486016 or 4208690. OLE color: 4208690.

HSL color Cylindrical-coordinate representation of color #323840: hue angle of 214.29º 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 #323840 is Cyan = 0.22, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB505664-
CMYK0.220.1300.75
HSL214.29º12.28%22.35%-
HSV(B)214.29º21.88%25.1%-
XYZ3.653.885.41-
YUV55.12133.01124.35-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 29.41%
GREEN value IS 56 (22.27% from 255) = 32.94%
BLUE value IS 64 (25.39% from 255) = 37.65%
R=29.41%
G=32.94%
B=37.65%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5056640.220.1300.75214.2912.2822.35
Hex32384016D04Bd6c16
Octal6270100261501133261426
Binary11001011100010000001011011010100101111010110110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323840; }

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

 H1.HeaderClassName
 {
   color: #323840;
 }
 .AnyTagClassName
 {
   color: #323840;
 }
</style>
background-color css

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

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

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

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

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

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