Html Css Color HEX #272D41 Midnight Express

📋 copy color: '#272D41'

red 39 ◦ green 45 ◦ blue 65

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

Shades of Midnight Express #272D41

Tints of Midnight Express #272D41

RGB

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

 GREEN value IS 45 (17.97% from 255) = 30.2%

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

R = 26.17%
G = 30.2%
B = 43.62%

CMYK

 C value IS 0.40

 M value IS 0.31

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#272D41 (or 0x272D41) is known color: Midnight Express. HEX triplet: 27, 2D and 41. RGB value is (39,45,65). Sum of RGB (Red+Green+Blue) = 39+45+65=149 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26.17% from 149); Green value is 45 (17.97% from 255 or 30.20% from 149); Blue value is 65 (25.78% from 255 or 43.62% from 149); Max value from RGB is 65 - color contains mainly: blue. Hex color #272D41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272D41 is #D8D2BE. Grayscale: #2D2D2D. Windows color (decimal): -14209727 or 4271399. OLE color: 4271399.

HSL color Cylindrical-coordinate representation of color #272D41: hue angle of 226.15º 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 #272D41 is Cyan = 0.40, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 39 45 65 -
CMYK 0.40 0.31 0 0.75
HSL 226.15º 0.25% 0.2% -
HSV(B) 226.15º 0.4% 0.25% -
XYZ 2.73 2.69 5.38 -
YUV 45.49 139.01 123.37 -
System Red Green Blue C M Y K H S L
Decimal 39 45 65 0.40 0.31 0 0.75 226.15 0.25 0.2
Hex 27 2D 41 28 1F 0 4B E2 19 14
Octal 47 55 101 50 37 0 113 342 31 24
Binary 100111 101101 1000001 101000 11111 0 1001011 11100010 11001 10100

Color Harmonies of #272D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272D41

Black with #272D41

Text Example


Text Example

White with #272D41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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