Html Css Color HEX #14192C Black Russian

📋 copy color: '#14192C'

red 20 ◦ green 25 ◦ blue 44

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

Shades of Black Russian #14192C

Tints of Black Russian #14192C

RGB

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

 GREEN value IS 25 (10.16% from 255) = 28.09%

 BLUE value IS 44 (17.58% from 255) = 49.44%

R = 22.47%
G = 28.09%
B = 49.44%

CMYK

 C value IS 0.55

 M value IS 0.43

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#14192C (or 0x14192C) is known color: Black Russian. HEX triplet: 14, 19 and 2C. RGB value is (20,25,44). Sum of RGB (Red+Green+Blue) = 20+25+44=89 (11% of max value = 765). Red value is 20 (8.20% from 255 or 22.47% from 89); Green value is 25 (10.16% from 255 or 28.09% from 89); Blue value is 44 (17.58% from 255 or 49.44% from 89); Max value from RGB is 44 - color contains mainly: blue. Hex color #14192C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14192C is #EBE6D3. Grayscale: #191919. Windows color (decimal): -15460052 or 2890004. OLE color: 2890004.

HSL color Cylindrical-coordinate representation of color #14192C: hue angle of 227.5º degrees, saturation: 0.38, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #14192C is Cyan = 0.55, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 20 25 44 -
CMYK 0.55 0.43 0 0.83
HSL 227.5º 0.38% 0.13% -
HSV(B) 227.5º 0.55% 0.17% -
XYZ 1.09 1.03 2.52 -
YUV 25.67 138.34 123.96 -
System Red Green Blue C M Y K H S L
Decimal 20 25 44 0.55 0.43 0 0.83 227.5 0.38 0.13
Hex 14 19 2C 37 2B 0 53 E4 26 D
Octal 24 31 54 67 53 0 123 344 46 15
Binary 10100 11001 101100 110111 101011 0 1010011 11100100 100110 1101

Color Harmonies of #14192C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14192C

Black with #14192C

Text Example


Text Example

White with #14192C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14192C; }

 p { color: rgb(20,25,44); }

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

background-color css

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

 a { background-color: rgb(20,25,44); }

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

border-color css

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

 span { border-color: rgb(20,25,44); }

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