#333840

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

Shades of Vulcan #333840

Tints of Vulcan #333840

Color information

#333840 (or 0x333840) is unknown color: approx Vulcan. HEX triplet: 33, 38 and 40. RGB value is (51,56,64). Sum of RGB (Red+Green+Blue) = 51+56+64=171 (22% of max value = 765). Red value is 51 (20.31% from 255 or 29.82% from 171); Green value is 56 (22.27% from 255 or 32.75% from 171); Blue value is 64 (25.39% from 255 or 37.43% from 171); Max value from RGB is 64 - color contains mainly: blue. Hex color #333840 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333840 is #CCC7BF. Grayscale: #373737. Windows color (decimal): -13420480 or 4208691. OLE color: 4208691.

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

Color convert

RGB515664-
CMYK0.200.1300.75
HSL216.92º11.3%22.55%-
HSV(B)216.92º20.31%25.1%-
XYZ3.73.95.41-
YUV55.42132.84124.85-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 29.82%
GREEN value IS 56 (22.27% from 255) = 32.75%
BLUE value IS 64 (25.39% from 255) = 37.43%
R=29.82%
G=32.75%
B=37.43%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5156640.200.1300.75216.9211.322.55
Hex33384014D04Bd9b17
Octal6370100241501133311327
Binary11001111100010000001010011010100101111011001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333840; }

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

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

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

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

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

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

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

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