#333941

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

Shades of Vulcan #333941

Tints of Vulcan #333941

Color information

#333941 (or 0x333941) is unknown color: approx Vulcan. HEX triplet: 33, 39 and 41. RGB value is (51,57,65). Sum of RGB (Red+Green+Blue) = 51+57+65=173 (22% of max value = 765). Red value is 51 (20.31% from 255 or 29.48% from 173); Green value is 57 (22.66% from 255 or 32.95% from 173); Blue value is 65 (25.78% from 255 or 37.57% from 173); Max value from RGB is 65 - color contains mainly: blue. Hex color #333941 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333941 is #CCC6BE. Grayscale: #383838. Windows color (decimal): -13420223 or 4274483. OLE color: 4274483.

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

Color convert

RGB515765-
CMYK0.220.1200.75
HSL214.29º12.07%22.75%-
HSV(B)214.29º21.54%25.49%-
XYZ3.784.015.58-
YUV56.12133.01124.35-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 29.48%
GREEN value IS 57 (22.66% from 255) = 32.95%
BLUE value IS 65 (25.78% from 255) = 37.57%
R=29.48%
G=32.95%
B=37.57%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5157650.220.1200.75214.2912.0722.75
Hex33394116C04Bd6c17
Octal6371101261401133261427
Binary11001111100110000011011011000100101111010110110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333941; }

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

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

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

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

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

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

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

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