Html Css Color HEX #141223 Black Russian

📋 copy color: '#141223'

red 20 ◦ green 18 ◦ blue 35

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

Shades of Black Russian #141223

Tints of Black Russian #141223

RGB

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

 GREEN value IS 18 (7.42% from 255) = 24.66%

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

R = 27.4%
G = 24.66%
B = 47.95%

CMYK

 C value IS 0.43

 M value IS 0.49

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#141223 (or 0x141223) is known color: Black Russian. HEX triplet: 14, 12 and 23. RGB value is (20,18,35). Sum of RGB (Red+Green+Blue) = 20+18+35=73 (9% of max value = 765). Red value is 20 (8.20% from 255 or 27.40% from 73); Green value is 18 (7.42% from 255 or 24.66% from 73); Blue value is 35 (14.06% from 255 or 47.95% from 73); Max value from RGB is 35 - color contains mainly: blue. Hex color #141223 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141223 is #EBEDDC. Grayscale: #141414. Windows color (decimal): -15461853 or 2298388. OLE color: 2298388.

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

Color convert

RGB 20 18 35 -
CMYK 0.43 0.49 0 0.86
HSL 247.06º 0.32% 0.1% -
HSV(B) 247.06º 0.49% 0.14% -
XYZ 0.81 0.7 1.68 -
YUV 20.54 136.16 127.62 -
System Red Green Blue C M Y K H S L
Decimal 20 18 35 0.43 0.49 0 0.86 247.06 0.32 0.1
Hex 14 12 23 2B 31 0 56 F7 20 A
Octal 24 22 43 53 61 0 126 367 40 12
Binary 10100 10010 100011 101011 110001 0 1010110 11110111 100000 1010

Color Harmonies of #141223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141223

Black with #141223

Text Example


Text Example

White with #141223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141223; }

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

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

background-color css

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

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

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

border-color css

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

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

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