Html Css Color HEX #1B2231 Midnight Express

📋 copy color: '#1B2231'

red 27 ◦ green 34 ◦ blue 49

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

Shades of Midnight Express #1B2231

Tints of Midnight Express #1B2231

RGB

 RED value IS 27 (10.94% from 255) = 24.55%

 GREEN value IS 34 (13.67% from 255) = 30.91%

 BLUE value IS 49 (19.53% from 255) = 44.55%

R = 24.55%
G = 30.91%
B = 44.55%

CMYK

 C value IS 0.45

 M value IS 0.31

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#1B2231 (or 0x1B2231) is known color: Midnight Express. HEX triplet: 1B, 22 and 31. RGB value is (27,34,49). Sum of RGB (Red+Green+Blue) = 27+34+49=110 (14% of max value = 765). Red value is 27 (10.94% from 255 or 24.55% from 110); Green value is 34 (13.67% from 255 or 30.91% from 110); Blue value is 49 (19.53% from 255 or 44.55% from 110); Max value from RGB is 49 - color contains mainly: blue. Hex color #1B2231 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B2231 is #E4DDCE. Grayscale: #212121. Windows color (decimal): -14998991 or 3219995. OLE color: 3219995.

HSL color Cylindrical-coordinate representation of color #1B2231: hue angle of 220.91º degrees, saturation: 0.29, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #1B2231 is Cyan = 0.45, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 27 34 49 -
CMYK 0.45 0.31 0 0.81
HSL 220.91º 0.29% 0.15% -
HSV(B) 220.91º 0.45% 0.19% -
XYZ 1.58 1.6 3.13 -
YUV 33.62 136.68 123.28 -
System Red Green Blue C M Y K H S L
Decimal 27 34 49 0.45 0.31 0 0.81 220.91 0.29 0.15
Hex 1B 22 31 2D 1F 0 51 DD 1D F
Octal 33 42 61 55 37 0 121 335 35 17
Binary 11011 100010 110001 101101 11111 0 1010001 11011101 11101 1111

Color Harmonies of #1B2231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B2231

Black with #1B2231

Text Example


Text Example

White with #1B2231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1B2231; }

 p { color: rgb(27,34,49); }

 H1.HeaderClassName
 {
   color: #1B2231;
 }
 .AnyTagClassName
 {
   color: #1B2231;
 }
</style>

background-color css

<style>
 a { background-color: #1B2231; }

 a { background-color: rgb(27,34,49); }

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

border-color css

<style>
 span { border-color: #1B2231; }

 span { border-color: rgb(27,34,49); }

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