Html Css Color HEX #272D3C Midnight Express

📋 copy color: '#272D3C'

red 39 ◦ green 45 ◦ blue 60

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

Shades of Midnight Express #272D3C

Tints of Midnight Express #272D3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 41.67%

R = 27.08%
G = 31.25%
B = 41.67%

CMYK

 C value IS 0.35

 M value IS 0.25

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#272D3C (or 0x272D3C) is known color: Midnight Express. HEX triplet: 27, 2D and 3C. RGB value is (39,45,60). Sum of RGB (Red+Green+Blue) = 39+45+60=144 (19% of max value = 765). Red value is 39 (15.62% from 255 or 27.08% from 144); Green value is 45 (17.97% from 255 or 31.25% from 144); Blue value is 60 (23.83% from 255 or 41.67% from 144); Max value from RGB is 60 - color contains mainly: blue. Hex color #272D3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272D3C is #D8D2C3. Grayscale: #2C2C2C. Windows color (decimal): -14209732 or 3943719. OLE color: 3943719.

HSL color Cylindrical-coordinate representation of color #272D3C: hue angle of 222.86º degrees, saturation: 0.21, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #272D3C is Cyan = 0.35, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 39 45 60 -
CMYK 0.35 0.25 0 0.76
HSL 222.86º 0.21% 0.19% -
HSV(B) 222.86º 0.35% 0.24% -
XYZ 2.59 2.63 4.65 -
YUV 44.92 136.51 123.78 -
System Red Green Blue C M Y K H S L
Decimal 39 45 60 0.35 0.25 0 0.76 222.86 0.21 0.19
Hex 27 2D 3C 23 19 0 4C DF 15 13
Octal 47 55 74 43 31 0 114 337 25 23
Binary 100111 101101 111100 100011 11001 0 1001100 11011111 10101 10011

Color Harmonies of #272D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #272D3C

Black with #272D3C

Text Example


Text Example

White with #272D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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