#333842

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

Shades of Vulcan #333842

Tints of Vulcan #333842

Color information

#333842 (or 0x333842) is unknown color: approx Vulcan. HEX triplet: 33, 38 and 42. RGB value is (51,56,66). Sum of RGB (Red+Green+Blue) = 51+56+66=173 (22% of max value = 765). Red value is 51 (20.31% from 255 or 29.48% from 173); Green value is 56 (22.27% from 255 or 32.37% from 173); Blue value is 66 (26.17% from 255 or 38.15% from 173); Max value from RGB is 66 - color contains mainly: blue. Hex color #333842 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333842 is #CCC7BD. Grayscale: #373737. Windows color (decimal): -13420478 or 4339763. OLE color: 4339763.

HSL color Cylindrical-coordinate representation of color #333842: hue angle of 220º 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 #333842 is Cyan = 0.23, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB515666-
CMYK0.230.1500.74
HSL220º12.82%22.94%-
HSV(B)220º22.73%25.88%-
XYZ3.763.935.71-
YUV55.64133.84124.69-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 29.48%
GREEN value IS 56 (22.27% from 255) = 32.37%
BLUE value IS 66 (26.17% from 255) = 38.15%
R=29.48%
G=32.37%
B=38.15%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5156660.230.1500.7422012.8222.94
Hex33384217F04Adcd17
Octal6370102271701123341527
Binary11001111100010000101011111110100101011011100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333842; }

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

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

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

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

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

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

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

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