#19202F

Color #19202F Midnight Express (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Express #19202F

Tints of Midnight Express #19202F

Color information

#19202F (or 0x19202F) is unknown color: approx Midnight Express. HEX triplet: 19, 20 and 2F. RGB value is (25,32,47). Sum of RGB (Red+Green+Blue) = 25+32+47=104 (13% of max value = 765). Red value is 25 (10.16% from 255 or 24.04% from 104); Green value is 32 (12.89% from 255 or 30.77% from 104); Blue value is 47 (18.75% from 255 or 45.19% from 104); Max value from RGB is 47 - color contains mainly: blue. Hex color #19202F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19202F is #E6DFD0. Grayscale: #1F1F1F. Windows color (decimal): -15130577 or 3088409. OLE color: 3088409.

HSL color Cylindrical-coordinate representation of color #19202F: hue angle of 220.91º degrees, saturation: 0.31, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #19202F is Cyan = 0.47, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB253247-
CMYK0.470.3200.82
HSL220.91º30.56%14.12%-
HSV(B)220.91º46.81%18.43%-
XYZ1.431.442.89-
YUV31.62136.68123.28-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 24.04%
GREEN value IS 32 (12.89% from 255) = 30.77%
BLUE value IS 47 (18.75% from 255) = 45.19%
R=24.04%
G=30.77%
B=45.19%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2532470.470.3200.82220.9130.5614.12
Hex19202F2F20052dd1fe
Octal314057574001223353716
Binary110011000001011111011111000000101001011011101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19202F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19202F; }

 p { color: rgb(25,32,47); }

 H1.HeaderClassName
 {
   color: #19202F;
 }
 .AnyTagClassName
 {
   color: #19202F;
 }
</style>
background-color css

<style>
 a { background-color: #19202F; }

 a { background-color: rgb(25,32,47); }

 div.DivClassName
 {
   background-color: #19202F;
 }
 .BgClassName
 {
   background-color: #19202F;
 }
</style>
border-color css

<style>
 span { border-color: #19202F; }

 span { border-color: rgb(25,32,47); }

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