#2F3939

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

Shades of Outer Space #2F3939

Tints of Outer Space #2F3939

Color information

#2F3939 (or 0x2F3939) is unknown color: approx Outer Space. HEX triplet: 2F, 39 and 39. RGB value is (47,57,57). Sum of RGB (Red+Green+Blue) = 47+57+57=161 (21% of max value = 765). Red value is 47 (18.75% from 255 or 29.19% from 161); Green value is 57 (22.66% from 255 or 35.40% from 161); Blue value is 57 (22.66% from 255 or 35.40% from 161); Max value from RGB is 57 - color contains mainly: green, blue. Hex color #2F3939 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F3939 is #D0C6C6. Grayscale: #363636. Windows color (decimal): -13682375 or 3750191. OLE color: 3750191.

HSL color Cylindrical-coordinate representation of color #2F3939: hue angle of 180º degrees, saturation: 0.1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #2F3939 is Cyan = 0.18, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB475757-
CMYK0.18000.78
HSL180º9.62%20.39%-
HSV(B)180º17.54%22.35%-
XYZ3.373.834.43-
YUV54.01129.69123-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 29.19%
GREEN value IS 57 (22.66% from 255) = 35.40%
BLUE value IS 57 (22.66% from 255) = 35.40%
R=29.19%
G=35.40%
B=35.40%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4757570.18000.781809.6220.39
Hex2F393912004Eb4a14
Octal57717122001162641224
Binary1011111110011110011001000100111010110100101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F3939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,57,57); }

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

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

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

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

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

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

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