Html Css Color HEX #272C42 Midnight Express

📋 copy color: '#272C42'

red 39 ◦ green 44 ◦ blue 66

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

Shades of Midnight Express #272C42

Tints of Midnight Express #272C42

RGB

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

 GREEN value IS 44 (17.58% from 255) = 29.53%

 BLUE value IS 66 (26.17% from 255) = 44.3%

R = 26.17%
G = 29.53%
B = 44.3%

CMYK

 C value IS 0.41

 M value IS 0.33

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#272C42 (or 0x272C42) is known color: Midnight Express. HEX triplet: 27, 2C and 42. RGB value is (39,44,66). Sum of RGB (Red+Green+Blue) = 39+44+66=149 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26.17% from 149); Green value is 44 (17.58% from 255 or 29.53% from 149); Blue value is 66 (26.17% from 255 or 44.30% from 149); Max value from RGB is 66 - color contains mainly: blue. Hex color #272C42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272C42 is #D8D3BD. Grayscale: #2C2C2C. Windows color (decimal): -14209982 or 4336679. OLE color: 4336679.

HSL color Cylindrical-coordinate representation of color #272C42: hue angle of 228.89º degrees, saturation: 0.26, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #272C42 is Cyan = 0.41, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 39 44 66 -
CMYK 0.41 0.33 0 0.74
HSL 228.89º 0.26% 0.21% -
HSV(B) 228.89º 0.41% 0.26% -
XYZ 2.72 2.63 5.52 -
YUV 45.01 139.84 123.71 -
System Red Green Blue C M Y K H S L
Decimal 39 44 66 0.41 0.33 0 0.74 228.89 0.26 0.21
Hex 27 2C 42 29 21 0 4A E5 1A 15
Octal 47 54 102 51 41 0 112 345 32 25
Binary 100111 101100 1000010 101001 100001 0 1001010 11100101 11010 10101

Color Harmonies of #272C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272C42

Black with #272C42

Text Example


Text Example

White with #272C42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(39,44,66); }

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

background-color css

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

 a { background-color: rgb(39,44,66); }

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

border-color css

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

 span { border-color: rgb(39,44,66); }

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