Html Css Color HEX #19202F Midnight Express

📋 copy color: '#19202F'

red 25 ◦ green 32 ◦ blue 47

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

Shades of Midnight Express #19202F

Tints of Midnight Express #19202F

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 value IS 0.47

 M value IS 0.32

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#19202F (or 0x19202F) is known color: 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

RGB 25 32 47 -
CMYK 0.47 0.32 0 0.82
HSL 220.91º 0.31% 0.14% -
HSV(B) 220.91º 0.47% 0.18% -
XYZ 1.43 1.44 2.89 -
YUV 31.62 136.68 123.28 -
System Red Green Blue C M Y K H S L
Decimal 25 32 47 0.47 0.32 0 0.82 220.91 0.31 0.14
Hex 19 20 2F 2F 20 0 52 DD 1F E
Octal 31 40 57 57 40 0 122 335 37 16
Binary 11001 100000 101111 101111 100000 0 1010010 11011101 11111 1110

Color Harmonies of #19202F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19202F

Black with #19202F

Text Example


Text Example

White with #19202F

Text Example


Text Example

HTML Codes & Css Web 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>