Html Css Color HEX #27373A Outer Space

📋 copy color: '#27373A'

red 39 ◦ green 55 ◦ blue 58

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

Shades of Outer Space #27373A

Tints of Outer Space #27373A

RGB

 RED value IS 39 (15.63% from 255) = 25.66%

 GREEN value IS 55 (21.88% from 255) = 36.18%

 BLUE value IS 58 (23.05% from 255) = 38.16%

R = 25.66%
G = 36.18%
B = 38.16%

CMYK

 C value IS 0.33

 M value IS 0.05

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#27373A (or 0x27373A) is known color: Outer Space. HEX triplet: 27, 37 and 3A. RGB value is (39,55,58). Sum of RGB (Red+Green+Blue) = 39+55+58=152 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.66% from 152); Green value is 55 (21.88% from 255 or 36.18% from 152); Blue value is 58 (23.05% from 255 or 38.16% from 152); Max value from RGB is 58 - color contains mainly: blue. Hex color #27373A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27373A is #D8C8C5. Grayscale: #323232. Windows color (decimal): -14207174 or 3815207. OLE color: 3815207.

HSL color Cylindrical-coordinate representation of color #27373A: hue angle of 189.47º degrees, saturation: 0.2, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #27373A is Cyan = 0.33, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 39 55 58 -
CMYK 0.33 0.05 0 0.77
HSL 189.47º 0.2% 0.19% -
HSV(B) 189.47º 0.33% 0.23% -
XYZ 2.97 3.47 4.52 -
YUV 50.56 132.2 119.76 -
System Red Green Blue C M Y K H S L
Decimal 39 55 58 0.33 0.05 0 0.77 189.47 0.2 0.19
Hex 27 37 3A 21 5 0 4D BD 14 13
Octal 47 67 72 41 5 0 115 275 24 23
Binary 100111 110111 111010 100001 101 0 1001101 10111101 10100 10011

Color Harmonies of #27373A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27373A

Black with #27373A

Text Example


Text Example

White with #27373A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #27373A; }

 p { color: rgb(39,55,58); }

 H1.HeaderClassName
 {
   color: #27373A;
 }
 .AnyTagClassName
 {
   color: #27373A;
 }
</style>

background-color css

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

 a { background-color: rgb(39,55,58); }

 div.DivClassName
 {
   background-color: #27373A;
 }
 .BgClassName
 {
   background-color: #27373A;
 }
</style>

border-color css

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

 span { border-color: rgb(39,55,58); }

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