#333942

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

Shades of Vulcan #333942

Tints of Vulcan #333942

Color information

#333942 (or 0x333942) is unknown color: approx Vulcan. HEX triplet: 33, 39 and 42. RGB value is (51,57,66). Sum of RGB (Red+Green+Blue) = 51+57+66=174 (23% of max value = 765). Red value is 51 (20.31% from 255 or 29.31% from 174); Green value is 57 (22.66% from 255 or 32.76% from 174); Blue value is 66 (26.17% from 255 or 37.93% from 174); Max value from RGB is 66 - color contains mainly: blue. Hex color #333942 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333942 is #CCC6BD. Grayscale: #383838. Windows color (decimal): -13420222 or 4340019. OLE color: 4340019.

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

Color convert

RGB515766-
CMYK0.230.1400.74
HSL216º12.82%22.94%-
HSV(B)216º22.73%25.88%-
XYZ3.814.025.73-
YUV56.23133.51124.27-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 29.31%
GREEN value IS 57 (22.66% from 255) = 32.76%
BLUE value IS 66 (26.17% from 255) = 37.93%
R=29.31%
G=32.76%
B=37.93%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5157660.230.1400.7421612.8222.94
Hex33394217E04Ad8d17
Octal6371102271601123301527
Binary11001111100110000101011111100100101011011000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333942; }

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

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

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

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

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

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

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

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