Html Css Color HEX #273133 Outer Space

📋 copy color: '#273133'

red 39 ◦ green 49 ◦ blue 51

#273133
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Outer Space #273133

Tints of Outer Space #273133

RGB

 RED value IS 39 (15.63% 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 value IS 0.24

 M value IS 0.04

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#273133 (or 0x273133) is known color: 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

RGB 39 49 51 -
CMYK 0.24 0.04 0 0.8
HSL 190º 0.13% 0.18% -
HSV(B) 190º 0.24% 0.2% -
XYZ 2.53 2.87 3.55 -
YUV 46.24 130.69 122.84 -
System Red Green Blue C M Y K H S L
Decimal 39 49 51 0.24 0.04 0 0.8 190 0.13 0.18
Hex 27 31 33 18 4 0 50 BE D 12
Octal 47 61 63 30 4 0 120 276 15 22
Binary 100111 110001 110011 11000 100 0 1010000 10111110 1101 10010

Color Harmonies of #273133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273133

Black with #273133

Text Example


Text Example

White with #273133

Text Example


Text Example

HTML Codes & Css Web 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>