Html Css Color HEX #141927 Black Russian

📋 copy color: '#141927'

red 20 ◦ green 25 ◦ blue 39

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

Shades of Black Russian #141927

Tints of Black Russian #141927

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 46.43%

R = 23.81%
G = 29.76%
B = 46.43%

CMYK

 C value IS 0.49

 M value IS 0.36

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#141927 (or 0x141927) is known color: Black Russian. HEX triplet: 14, 19 and 27. RGB value is (20,25,39). Sum of RGB (Red+Green+Blue) = 20+25+39=84 (11% of max value = 765). Red value is 20 (8.20% from 255 or 23.81% from 84); Green value is 25 (10.16% from 255 or 29.76% from 84); Blue value is 39 (15.62% from 255 or 46.43% from 84); Max value from RGB is 39 - color contains mainly: blue. Hex color #141927 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141927 is #EBE6D8. Grayscale: #191919. Windows color (decimal): -15460057 or 2562324. OLE color: 2562324.

HSL color Cylindrical-coordinate representation of color #141927: hue angle of 224.21º degrees, saturation: 0.32, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #141927 is Cyan = 0.49, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 20 25 39 -
CMYK 0.49 0.36 0 0.85
HSL 224.21º 0.32% 0.12% -
HSV(B) 224.21º 0.49% 0.15% -
XYZ 1 0.99 2.06 -
YUV 25.1 135.84 124.36 -
System Red Green Blue C M Y K H S L
Decimal 20 25 39 0.49 0.36 0 0.85 224.21 0.32 0.12
Hex 14 19 27 31 24 0 55 E0 20 C
Octal 24 31 47 61 44 0 125 340 40 14
Binary 10100 11001 100111 110001 100100 0 1010101 11100000 100000 1100

Color Harmonies of #141927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141927

Black with #141927

Text Example


Text Example

White with #141927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141927; }

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

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

background-color css

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

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

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

border-color css

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

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

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