Html Css Color HEX #141928 Black Russian

📋 copy color: '#141928'

red 20 ◦ green 25 ◦ blue 40

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

Shades of Black Russian #141928

Tints of Black Russian #141928

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 47.06%

R = 23.53%
G = 29.41%
B = 47.06%

CMYK

 C value IS 0.5

 M value IS 0.38

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#141928 (or 0x141928) is known color: Black Russian. HEX triplet: 14, 19 and 28. RGB value is (20,25,40). Sum of RGB (Red+Green+Blue) = 20+25+40=85 (11% of max value = 765). Red value is 20 (8.20% from 255 or 23.53% from 85); Green value is 25 (10.16% from 255 or 29.41% from 85); Blue value is 40 (16.02% from 255 or 47.06% from 85); Max value from RGB is 40 - color contains mainly: blue. Hex color #141928 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141928 is #EBE6D7. Grayscale: #191919. Windows color (decimal): -15460056 or 2627860. OLE color: 2627860.

HSL color Cylindrical-coordinate representation of color #141928: hue angle of 225º degrees, saturation: 0.33, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #141928 is Cyan = 0.5, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 20 25 40 -
CMYK 0.5 0.38 0 0.84
HSL 225º 0.33% 0.12% -
HSV(B) 225º 0.5% 0.16% -
XYZ 1.02 1 2.15 -
YUV 25.22 136.34 124.28 -
System Red Green Blue C M Y K H S L
Decimal 20 25 40 0.5 0.38 0 0.84 225 0.33 0.12
Hex 14 19 28 32 26 0 54 E1 21 C
Octal 24 31 50 62 46 0 124 341 41 14
Binary 10100 11001 101000 110010 100110 0 1010100 11100001 100001 1100

Color Harmonies of #141928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141928

Black with #141928

Text Example


Text Example

White with #141928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141928; }

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

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

background-color css

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

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

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

border-color css

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

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

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