Html Css Color HEX #141141 Midnight Express

📋 copy color: '#141141'

red 20 ◦ green 17 ◦ blue 65

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

Shades of Midnight Express #141141

Tints of Midnight Express #141141

RGB

 RED value IS 20 (8.2% from 255) = 19.61%

 GREEN value IS 17 (7.03% from 255) = 16.67%

 BLUE value IS 65 (25.78% from 255) = 63.73%

R = 19.61%
G = 16.67%
B = 63.73%

CMYK

 C value IS 0.69

 M value IS 0.74

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#141141 (or 0x141141) is known color: Midnight Express. HEX triplet: 14, 11 and 41. RGB value is (20,17,65). Sum of RGB (Red+Green+Blue) = 20+17+65=102 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.61% from 102); Green value is 17 (7.03% from 255 or 16.67% from 102); Blue value is 65 (25.78% from 255 or 63.73% from 102); Max value from RGB is 65 - color contains mainly: blue. Hex color #141141 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141141 is #EBEEBE. Grayscale: #171717. Windows color (decimal): -15462079 or 4264212. OLE color: 4264212.

HSL color Cylindrical-coordinate representation of color #141141: hue angle of 243.75º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #141141 is Cyan = 0.69, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 20 17 65 -
CMYK 0.69 0.74 0 0.75
HSL 243.75º 0.59% 0.16% -
HSV(B) 243.75º 0.74% 0.25% -
XYZ 1.44 0.93 5.1 -
YUV 23.37 151.49 125.6 -
System Red Green Blue C M Y K H S L
Decimal 20 17 65 0.69 0.74 0 0.75 243.75 0.59 0.16
Hex 14 11 41 45 4A 0 4B F4 3B 10
Octal 24 21 101 105 112 0 113 364 73 20
Binary 10100 10001 1000001 1000101 1001010 0 1001011 11110100 111011 10000

Color Harmonies of #141141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141141

Black with #141141

Text Example


Text Example

White with #141141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141141; }

 p { color: rgb(20,17,65); }

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

background-color css

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

 a { background-color: rgb(20,17,65); }

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

border-color css

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

 span { border-color: rgb(20,17,65); }

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