#2F3D40

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

Shades of Outer Space #2F3D40

Tints of Outer Space #2F3D40

Color information

#2F3D40 (or 0x2F3D40) is unknown color: approx Outer Space. HEX triplet: 2F, 3D and 40. RGB value is (47,61,64). Sum of RGB (Red+Green+Blue) = 47+61+64=172 (22% of max value = 765). Red value is 47 (18.75% from 255 or 27.33% from 172); Green value is 61 (24.22% from 255 or 35.47% from 172); Blue value is 64 (25.39% from 255 or 37.21% from 172); Max value from RGB is 64 - color contains mainly: blue. Hex color #2F3D40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F3D40 is #D0C2BF. Grayscale: #393939. Windows color (decimal): -13681344 or 4209967. OLE color: 4209967.

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

Color convert

RGB476164-
CMYK0.270.0500.75
HSL190.59º15.32%21.76%-
HSV(B)190.59º26.56%25.1%-
XYZ3.774.315.48-
YUV57.16131.86120.76-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 27.33%
GREEN value IS 61 (24.22% from 255) = 35.47%
BLUE value IS 64 (25.39% from 255) = 37.21%
R=27.33%
G=35.47%
B=37.21%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4761640.270.0500.75190.5915.3221.76
Hex2F3D401B504Bbff16
Octal577510033501132771726
Binary1011111111011000000110111010100101110111111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F3D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F3D40; }

 p { color: rgb(47,61,64); }

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

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

 a { background-color: rgb(47,61,64); }

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

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

 span { border-color: rgb(47,61,64); }

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