Html Css Color HEX #273538 Outer Space

📋 copy color: '#273538'

red 39 ◦ green 53 ◦ blue 56

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

Shades of Outer Space #273538

Tints of Outer Space #273538

RGB

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

 M value IS 0.05

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

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

RGB 39 53 56 -
CMYK 0.30 0.05 0 0.78
HSL 190.59º 0.18% 0.19% -
HSV(B) 190.59º 0.3% 0.22% -
XYZ 2.82 3.26 4.22 -
YUV 49.16 131.86 120.76 -
System Red Green Blue C M Y K H S L
Decimal 39 53 56 0.30 0.05 0 0.78 190.59 0.18 0.19
Hex 27 35 38 1E 5 0 4E BF 12 13
Octal 47 65 70 36 5 0 116 277 22 23
Binary 100111 110101 111000 11110 101 0 1001110 10111111 10010 10011

Color Harmonies of #273538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #273538

Black with #273538

Text Example


Text Example

White with #273538

Text Example


Text Example

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