#273538

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

Shades of Outer Space #273538

Tints of Outer Space #273538

Color information

#273538 (or 0x273538) is unknown color: approx Outer Space. HEX triplet: 27, 35 and 38. RGB value is (39,53,56). Sum of RGB (Red+Green+Blue) = 39+53+56=148 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26.35% from 148); Green value is 53 (21.09% from 255 or 35.81% from 148); Blue value is 56 (22.27% from 255 or 37.84% from 148); Max value from RGB is 56 - color contains mainly: blue. Hex color #273538 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273538 is #D8CAC7. Grayscale: #313131. Windows color (decimal): -14207688 or 3683623. OLE color: 3683623.

HSL color Cylindrical-coordinate representation of color #273538: hue angle of 190.59º degrees, saturation: 0.18, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #273538 is Cyan = 0.30, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB395356-
CMYK0.300.0500.78
HSL190.59º17.89%18.63%-
HSV(B)190.59º30.36%21.96%-
XYZ2.823.264.22-
YUV49.16131.86120.76-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 26.35%
GREEN value IS 53 (21.09% from 255) = 35.81%
BLUE value IS 56 (22.27% from 255) = 37.84%
R=26.35%
G=35.81%
B=37.84%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3953560.300.0500.78190.5917.8918.63
Hex2735381E504Ebf1213
Octal47657036501162772223
Binary1001111101011110001111010101001110101111111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273538; }

 p { color: rgb(39,53,56); }

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

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

 a { background-color: rgb(39,53,56); }

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

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

 span { border-color: rgb(39,53,56); }

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