#273133

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

Shades of Outer Space #273133

Tints of Outer Space #273133

Color information

#273133 (or 0x273133) is unknown color: approx Outer Space. HEX triplet: 27, 31 and 33. RGB value is (39,49,51). Sum of RGB (Red+Green+Blue) = 39+49+51=139 (18% of max value = 765). Red value is 39 (15.62% from 255 or 28.06% from 139); Green value is 49 (19.53% from 255 or 35.25% from 139); Blue value is 51 (20.31% from 255 or 36.69% from 139); Max value from RGB is 51 - color contains mainly: blue. Hex color #273133 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273133 is #D8CECC. Grayscale: #2E2E2E. Windows color (decimal): -14208717 or 3354919. OLE color: 3354919.

HSL color Cylindrical-coordinate representation of color #273133: hue angle of 190º degrees, saturation: 0.13, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #273133 is Cyan = 0.24, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB394951-
CMYK0.240.0400.8
HSL190º13.33%17.65%-
HSV(B)190º23.53%20%-
XYZ2.532.873.55-
YUV46.24130.69122.84-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 28.06%
GREEN value IS 49 (19.53% from 255) = 35.25%
BLUE value IS 51 (20.31% from 255) = 36.69%
R=28.06%
G=35.25%
B=36.69%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal3949510.240.0400.819013.3317.65
Hex273133184050bed12
Octal47616330401202761522
Binary100111110001110011110001000101000010111110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273133; }

 p { color: rgb(39,49,51); }

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

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

 a { background-color: rgb(39,49,51); }

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

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

 span { border-color: rgb(39,49,51); }

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