#2D3839

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

Shades of Outer Space #2D3839

Tints of Outer Space #2D3839

Color information

#2D3839 (or 0x2D3839) is unknown color: approx Outer Space. HEX triplet: 2D, 38 and 39. RGB value is (45,56,57). Sum of RGB (Red+Green+Blue) = 45+56+57=158 (20% of max value = 765). Red value is 45 (17.97% from 255 or 28.48% from 158); Green value is 56 (22.27% from 255 or 35.44% from 158); Blue value is 57 (22.66% from 255 or 36.08% from 158); Max value from RGB is 57 - color contains mainly: blue. Hex color #2D3839 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D3839 is #D2C7C6. Grayscale: #343434. Windows color (decimal): -13813703 or 3749933. OLE color: 3749933.

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

Color convert

RGB455657-
CMYK0.210.0200.78
HSL185º11.76%20%-
HSV(B)185º21.05%22.35%-
XYZ3.233.684.41-
YUV52.82130.36122.42-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 28.48%
GREEN value IS 56 (22.27% from 255) = 35.44%
BLUE value IS 57 (22.66% from 255) = 36.08%
R=28.48%
G=35.44%
B=36.08%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4556570.210.0200.7818511.7620
Hex2D383915204Eb9c14
Octal55707125201162711424
Binary10110111100011100110101100100111010111001110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D3839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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