Html Css Color HEX #192130 Midnight Express

📋 copy color: '#192130'

red 25 ◦ green 33 ◦ blue 48

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

Shades of Midnight Express #192130

Tints of Midnight Express #192130

RGB

 RED value IS 25 (10.16% from 255) = 23.58%

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

 BLUE value IS 48 (19.14% from 255) = 45.28%

R = 23.58%
G = 31.13%
B = 45.28%

CMYK

 C value IS 0.48

 M value IS 0.31

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#192130 (or 0x192130) is known color: Midnight Express. HEX triplet: 19, 21 and 30. RGB value is (25,33,48). Sum of RGB (Red+Green+Blue) = 25+33+48=106 (14% of max value = 765). Red value is 25 (10.16% from 255 or 23.58% from 106); Green value is 33 (13.28% from 255 or 31.13% from 106); Blue value is 48 (19.14% from 255 or 45.28% from 106); Max value from RGB is 48 - color contains mainly: blue. Hex color #192130 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192130 is #E6DECF. Grayscale: #202020. Windows color (decimal): -15130320 or 3154201. OLE color: 3154201.

HSL color Cylindrical-coordinate representation of color #192130: hue angle of 219.13º degrees, saturation: 0.32, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #192130 is Cyan = 0.48, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 25 33 48 -
CMYK 0.48 0.31 0 0.81
HSL 219.13º 0.32% 0.14% -
HSV(B) 219.13º 0.48% 0.19% -
XYZ 1.48 1.51 3.01 -
YUV 32.32 136.85 122.78 -
System Red Green Blue C M Y K H S L
Decimal 25 33 48 0.48 0.31 0 0.81 219.13 0.32 0.14
Hex 19 21 30 30 1F 0 51 DB 20 E
Octal 31 41 60 60 37 0 121 333 40 16
Binary 11001 100001 110000 110000 11111 0 1010001 11011011 100000 1110

Color Harmonies of #192130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #192130

Black with #192130

Text Example


Text Example

White with #192130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #192130; }

 p { color: rgb(25,33,48); }

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

background-color css

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

 a { background-color: rgb(25,33,48); }

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

border-color css

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

 span { border-color: rgb(25,33,48); }

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