#2E383A

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

Shades of Outer Space #2E383A

Tints of Outer Space #2E383A

Color information

#2E383A (or 0x2E383A) is unknown color: approx Outer Space. HEX triplet: 2E, 38 and 3A. RGB value is (46,56,58). Sum of RGB (Red+Green+Blue) = 46+56+58=160 (21% of max value = 765). Red value is 46 (18.36% from 255 or 28.75% from 160); Green value is 56 (22.27% from 255 or 35% from 160); Blue value is 58 (23.05% from 255 or 36.25% from 160); Max value from RGB is 58 - color contains mainly: blue. Hex color #2E383A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E383A is #D1C7C5. Grayscale: #353535. Windows color (decimal): -13748166 or 3815470. OLE color: 3815470.

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

Color convert

RGB465658-
CMYK0.210.0300.77
HSL190º11.54%20.39%-
HSV(B)190º20.69%22.75%-
XYZ3.33.714.55-
YUV53.24130.69122.84-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 28.75%
GREEN value IS 56 (22.27% from 255) = 35%
BLUE value IS 58 (23.05% from 255) = 36.25%
R=28.75%
G=35%
B=36.25%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4656580.210.0300.7719011.5420.39
Hex2E383A15304Dbec14
Octal56707225301152761424
Binary10111011100011101010101110100110110111110110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E383A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,56,58); }

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

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

 a { background-color: rgb(46,56,58); }

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

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

 span { border-color: rgb(46,56,58); }

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