Html Css Color HEX #1B212F Midnight Express

📋 copy color: '#1B212F'

red 27 ◦ green 33 ◦ blue 47

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

Shades of Midnight Express #1B212F

Tints of Midnight Express #1B212F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 30.84%

 BLUE value IS 47 (18.75% from 255) = 43.93%

R = 25.23%
G = 30.84%
B = 43.93%

CMYK

 C value IS 0.43

 M value IS 0.30

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#1B212F (or 0x1B212F) is known color: Midnight Express. HEX triplet: 1B, 21 and 2F. RGB value is (27,33,47). Sum of RGB (Red+Green+Blue) = 27+33+47=107 (14% of max value = 765). Red value is 27 (10.94% from 255 or 25.23% from 107); Green value is 33 (13.28% from 255 or 30.84% from 107); Blue value is 47 (18.75% from 255 or 43.93% from 107); Max value from RGB is 47 - color contains mainly: blue. Hex color #1B212F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B212F is #E4DED0. Grayscale: #202020. Windows color (decimal): -14999249 or 3088667. OLE color: 3088667.

HSL color Cylindrical-coordinate representation of color #1B212F: hue angle of 222º degrees, saturation: 0.27, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #1B212F is Cyan = 0.43, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 27 33 47 -
CMYK 0.43 0.30 0 0.82
HSL 222º 0.27% 0.15% -
HSV(B) 222º 0.43% 0.18% -
XYZ 1.51 1.53 2.9 -
YUV 32.8 136.01 123.86 -
System Red Green Blue C M Y K H S L
Decimal 27 33 47 0.43 0.30 0 0.82 222 0.27 0.15
Hex 1B 21 2F 2B 1E 0 52 DE 1B F
Octal 33 41 57 53 36 0 122 336 33 17
Binary 11011 100001 101111 101011 11110 0 1010010 11011110 11011 1111

Color Harmonies of #1B212F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1B212F

Black with #1B212F

Text Example


Text Example

White with #1B212F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(27,33,47); }

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

background-color css

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

 a { background-color: rgb(27,33,47); }

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

border-color css

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

 span { border-color: rgb(27,33,47); }

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