Html Css Color HEX #27303A Midnight

📋 copy color: '#27303A'

red 39 ◦ green 48 ◦ blue 58

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

Shades of Midnight #27303A

Tints of Midnight #27303A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 33.1%

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

R = 26.9%
G = 33.1%
B = 40%

CMYK

 C value IS 0.33

 M value IS 0.17

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#27303A (or 0x27303A) is known color: Midnight. HEX triplet: 27, 30 and 3A. RGB value is (39,48,58). Sum of RGB (Red+Green+Blue) = 39+48+58=145 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26.90% from 145); Green value is 48 (19.14% from 255 or 33.10% from 145); Blue value is 58 (23.05% from 255 or 40% from 145); Max value from RGB is 58 - color contains mainly: blue. Hex color #27303A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27303A is #D8CFC5. Grayscale: #2E2E2E. Windows color (decimal): -14208966 or 3813415. OLE color: 3813415.

HSL color Cylindrical-coordinate representation of color #27303A: hue angle of 211.58º 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 #27303A is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 39 48 58 -
CMYK 0.33 0.17 0 0.77
HSL 211.58º 0.2% 0.19% -
HSV(B) 211.58º 0.33% 0.23% -
XYZ 2.66 2.85 4.41 -
YUV 46.45 134.52 122.69 -
System Red Green Blue C M Y K H S L
Decimal 39 48 58 0.33 0.17 0 0.77 211.58 0.2 0.19
Hex 27 30 3A 21 11 0 4D D4 14 13
Octal 47 60 72 41 21 0 115 324 24 23
Binary 100111 110000 111010 100001 10001 0 1001101 11010100 10100 10011

Color Harmonies of #27303A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27303A

Black with #27303A

Text Example


Text Example

White with #27303A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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