Html Css Color HEX #272A39 Midnight Express

📋 copy color: '#272A39'

red 39 ◦ green 42 ◦ blue 57

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

Shades of Midnight Express #272A39

Tints of Midnight Express #272A39

RGB

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

 GREEN value IS 42 (16.8% from 255) = 30.43%

 BLUE value IS 57 (22.66% from 255) = 41.3%

R = 28.26%
G = 30.43%
B = 41.3%

CMYK

 C value IS 0.32

 M value IS 0.26

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#272A39 (or 0x272A39) is known color: Midnight Express. HEX triplet: 27, 2A and 39. RGB value is (39,42,57). Sum of RGB (Red+Green+Blue) = 39+42+57=138 (18% of max value = 765). Red value is 39 (15.62% from 255 or 28.26% from 138); Green value is 42 (16.80% from 255 or 30.43% from 138); Blue value is 57 (22.66% from 255 or 41.30% from 138); Max value from RGB is 57 - color contains mainly: blue. Hex color #272A39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272A39 is #D8D5C6. Grayscale: #2A2A2A. Windows color (decimal): -14210503 or 3746343. OLE color: 3746343.

HSL color Cylindrical-coordinate representation of color #272A39: hue angle of 230º degrees, saturation: 0.19, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #272A39 is Cyan = 0.32, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 39 42 57 -
CMYK 0.32 0.26 0 0.78
HSL 230º 0.19% 0.19% -
HSV(B) 230º 0.32% 0.22% -
XYZ 2.4 2.38 4.2 -
YUV 42.81 136.01 125.28 -
System Red Green Blue C M Y K H S L
Decimal 39 42 57 0.32 0.26 0 0.78 230 0.19 0.19
Hex 27 2A 39 20 1A 0 4E E6 13 13
Octal 47 52 71 40 32 0 116 346 23 23
Binary 100111 101010 111001 100000 11010 0 1001110 11100110 10011 10011

Color Harmonies of #272A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272A39

Black with #272A39

Text Example


Text Example

White with #272A39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #272A39; }

 p { color: rgb(39,42,57); }

 H1.HeaderClassName
 {
   color: #272A39;
 }
 .AnyTagClassName
 {
   color: #272A39;
 }
</style>

background-color css

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

 a { background-color: rgb(39,42,57); }

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

border-color css

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

 span { border-color: rgb(39,42,57); }

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