#33373F

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

Shades of Vulcan #33373F

Tints of Vulcan #33373F

Color information

#33373F (or 0x33373F) is unknown color: approx Vulcan. HEX triplet: 33, 37 and 3F. RGB value is (51,55,63). Sum of RGB (Red+Green+Blue) = 51+55+63=169 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30.18% from 169); Green value is 55 (21.88% from 255 or 32.54% from 169); Blue value is 63 (25% from 255 or 37.28% from 169); Max value from RGB is 63 - color contains mainly: blue. Hex color #33373F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33373F is #CCC8C0. Grayscale: #363636. Windows color (decimal): -13420737 or 4142899. OLE color: 4142899.

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

Color convert

RGB515563-
CMYK0.190.1300.75
HSL220º10.53%22.35%-
HSV(B)220º19.05%24.71%-
XYZ3.633.85.24-
YUV54.72132.67125.35-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 30.18%
GREEN value IS 55 (21.88% from 255) = 32.54%
BLUE value IS 63 (25% from 255) = 37.28%
R=30.18%
G=32.54%
B=37.28%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5155630.190.1300.7522010.5322.35
Hex33373F13D04Bdcb16
Octal636777231501133341326
Binary1100111101111111111001111010100101111011100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33373F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33373F; }

 p { color: rgb(51,55,63); }

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

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

 a { background-color: rgb(51,55,63); }

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

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

 span { border-color: rgb(51,55,63); }

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