#273335

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

Shades of Outer Space #273335

Tints of Outer Space #273335

Color information

#273335 (or 0x273335) is unknown color: approx Outer Space. HEX triplet: 27, 33 and 35. RGB value is (39,51,53). Sum of RGB (Red+Green+Blue) = 39+51+53=143 (18% of max value = 765). Red value is 39 (15.62% from 255 or 27.27% from 143); Green value is 51 (20.31% from 255 or 35.66% from 143); Blue value is 53 (21.09% from 255 or 37.06% from 143); Max value from RGB is 53 - color contains mainly: blue. Hex color #273335 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #273335 is #D8CCCA. Grayscale: #2F2F2F. Windows color (decimal): -14208203 or 3486503. OLE color: 3486503.

HSL color Cylindrical-coordinate representation of color #273335: hue angle of 188.57º degrees, saturation: 0.15, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #273335 is Cyan = 0.26, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB395153-
CMYK0.260.0400.79
HSL188.57º15.22%18.04%-
HSV(B)188.57º26.42%20.78%-
XYZ2.663.063.82-
YUV47.64131.02121.84-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 27.27%
GREEN value IS 51 (20.31% from 255) = 35.66%
BLUE value IS 53 (21.09% from 255) = 37.06%
R=27.27%
G=35.66%
B=37.06%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3951530.260.0400.79188.5715.2218.04
Hex2733351A404Fbdf12
Octal47636532401172751722
Binary100111110011110101110101000100111110111101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #273335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #273335; }

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

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

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

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

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

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

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

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