Html Css Color HEX #141323 Black Russian

📋 copy color: '#141323'

red 20 ◦ green 19 ◦ blue 35

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

Shades of Black Russian #141323

Tints of Black Russian #141323

RGB

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

 GREEN value IS 19 (7.81% from 255) = 25.68%

 BLUE value IS 35 (14.06% from 255) = 47.3%

R = 27.03%
G = 25.68%
B = 47.3%

CMYK

 C value IS 0.43

 M value IS 0.46

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#141323 (or 0x141323) is known color: Black Russian. HEX triplet: 14, 13 and 23. RGB value is (20,19,35). Sum of RGB (Red+Green+Blue) = 20+19+35=74 (9% of max value = 765). Red value is 20 (8.20% from 255 or 27.03% from 74); Green value is 19 (7.81% from 255 or 25.68% from 74); Blue value is 35 (14.06% from 255 or 47.30% from 74); Max value from RGB is 35 - color contains mainly: blue. Hex color #141323 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141323 is #EBECDC. Grayscale: #151515. Windows color (decimal): -15461597 or 2298644. OLE color: 2298644.

HSL color Cylindrical-coordinate representation of color #141323: hue angle of 243.75º degrees, saturation: 0.3, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #141323 is Cyan = 0.43, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 20 19 35 -
CMYK 0.43 0.46 0 0.86
HSL 243.75º 0.3% 0.11% -
HSV(B) 243.75º 0.46% 0.14% -
XYZ 0.82 0.74 1.69 -
YUV 21.12 135.83 127.2 -
System Red Green Blue C M Y K H S L
Decimal 20 19 35 0.43 0.46 0 0.86 243.75 0.3 0.11
Hex 14 13 23 2B 2E 0 56 F4 1E B
Octal 24 23 43 53 56 0 126 364 36 13
Binary 10100 10011 100011 101011 101110 0 1010110 11110100 11110 1011

Color Harmonies of #141323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141323

Black with #141323

Text Example


Text Example

White with #141323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141323; }

 p { color: rgb(20,19,35); }

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

background-color css

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

 a { background-color: rgb(20,19,35); }

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

border-color css

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

 span { border-color: rgb(20,19,35); }

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