#333F40

Color #333F40 Outer Space (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Outer Space #333F40

Tints of Outer Space #333F40

Color information

#333F40 (or 0x333F40) is unknown color: approx Outer Space. HEX triplet: 33, 3F and 40. RGB value is (51,63,64). Sum of RGB (Red+Green+Blue) = 51+63+64=178 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.65% from 178); Green value is 63 (25% from 255 or 35.39% from 178); Blue value is 64 (25.39% from 255 or 35.96% from 178); Max value from RGB is 64 - color contains mainly: blue. Hex color #333F40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #333F40 is #CCC0BF. Grayscale: #3B3B3B. Windows color (decimal): -13418688 or 4210483. OLE color: 4210483.

HSL color Cylindrical-coordinate representation of color #333F40: hue angle of 184.62º 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 #333F40 is Cyan = 0.20, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB516364-
CMYK0.200.0200.75
HSL184.62º11.3%22.55%-
HSV(B)184.62º20.31%25.1%-
XYZ4.074.635.53-
YUV59.53130.52121.92-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 28.65%
GREEN value IS 63 (25% from 255) = 35.39%
BLUE value IS 64 (25.39% from 255) = 35.96%
R=28.65%
G=35.39%
B=35.96%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5163640.200.0200.75184.6211.322.55
Hex333F4014204Bb9b17
Octal637710024201132711327
Binary110011111111100000010100100100101110111001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #333F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #333F40; }

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

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

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

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

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

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

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

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