#2C3839

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

Shades of Outer Space #2C3839

Tints of Outer Space #2C3839

Color information

#2C3839 (or 0x2C3839) is unknown color: approx Outer Space. HEX triplet: 2C, 38 and 39. RGB value is (44,56,57). Sum of RGB (Red+Green+Blue) = 44+56+57=157 (20% of max value = 765). Red value is 44 (17.58% from 255 or 28.03% from 157); Green value is 56 (22.27% from 255 or 35.67% from 157); Blue value is 57 (22.66% from 255 or 36.31% from 157); Max value from RGB is 57 - color contains mainly: blue. Hex color #2C3839 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C3839 is #D3C7C6. Grayscale: #343434. Windows color (decimal): -13879239 or 3749932. OLE color: 3749932.

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

Color convert

RGB445657-
CMYK0.230.0200.78
HSL184.62º12.87%19.8%-
HSV(B)184.62º22.81%22.35%-
XYZ3.193.664.41-
YUV52.53130.52121.92-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 28.03%
GREEN value IS 56 (22.27% from 255) = 35.67%
BLUE value IS 57 (22.66% from 255) = 36.31%
R=28.03%
G=35.67%
B=36.31%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4456570.230.0200.78184.6212.8719.8
Hex2C383917204Eb9d14
Octal54707127201162711524
Binary10110011100011100110111100100111010111001110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C3839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,56,57); }

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

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

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

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

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

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

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