Html Css Color HEX #272C41 Midnight Express

📋 copy color: '#272C41'

red 39 ◦ green 44 ◦ blue 65

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

Shades of Midnight Express #272C41

Tints of Midnight Express #272C41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 43.92%

R = 26.35%
G = 29.73%
B = 43.92%

CMYK

 C value IS 0.40

 M value IS 0.32

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#272C41 (or 0x272C41) is known color: Midnight Express. HEX triplet: 27, 2C and 41. RGB value is (39,44,65). Sum of RGB (Red+Green+Blue) = 39+44+65=148 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26.35% from 148); Green value is 44 (17.58% from 255 or 29.73% from 148); Blue value is 65 (25.78% from 255 or 43.92% from 148); Max value from RGB is 65 - color contains mainly: blue. Hex color #272C41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272C41 is #D8D3BE. Grayscale: #2C2C2C. Windows color (decimal): -14209983 or 4271143. OLE color: 4271143.

HSL color Cylindrical-coordinate representation of color #272C41: hue angle of 228.46º degrees, saturation: 0.25, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #272C41 is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 39 44 65 -
CMYK 0.40 0.32 0 0.75
HSL 228.46º 0.25% 0.2% -
HSV(B) 228.46º 0.4% 0.25% -
XYZ 2.69 2.61 5.36 -
YUV 44.9 139.34 123.79 -
System Red Green Blue C M Y K H S L
Decimal 39 44 65 0.40 0.32 0 0.75 228.46 0.25 0.2
Hex 27 2C 41 28 20 0 4B E4 19 14
Octal 47 54 101 50 40 0 113 344 31 24
Binary 100111 101100 1000001 101000 100000 0 1001011 11100100 11001 10100

Color Harmonies of #272C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272C41

Black with #272C41

Text Example


Text Example

White with #272C41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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