Html Css Color HEX #141220 Black Russian

📋 copy color: '#141220'

red 20 ◦ green 18 ◦ blue 32

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

Shades of Black Russian #141220

Tints of Black Russian #141220

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 45.71%

R = 28.57%
G = 25.71%
B = 45.71%

CMYK

 C value IS 0.37

 M value IS 0.44

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#141220 (or 0x141220) is known color: Black Russian. HEX triplet: 14, 12 and 20. RGB value is (20,18,32). Sum of RGB (Red+Green+Blue) = 20+18+32=70 (9% of max value = 765). Red value is 20 (8.20% from 255 or 28.57% from 70); Green value is 18 (7.42% from 255 or 25.71% from 70); Blue value is 32 (12.89% from 255 or 45.71% from 70); Max value from RGB is 32 - color contains mainly: blue. Hex color #141220 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141220 is #EBEDDF. Grayscale: #141414. Windows color (decimal): -15461856 or 2101780. OLE color: 2101780.

HSL color Cylindrical-coordinate representation of color #141220: hue angle of 248.57º degrees, saturation: 0.28, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #141220 is Cyan = 0.37, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 20 18 32 -
CMYK 0.37 0.44 0 0.87
HSL 248.57º 0.28% 0.1% -
HSV(B) 248.57º 0.44% 0.13% -
XYZ 0.77 0.69 1.46 -
YUV 20.19 134.66 127.86 -
System Red Green Blue C M Y K H S L
Decimal 20 18 32 0.37 0.44 0 0.87 248.57 0.28 0.1
Hex 14 12 20 25 2C 0 57 F9 1C A
Octal 24 22 40 45 54 0 127 371 34 12
Binary 10100 10010 100000 100101 101100 0 1010111 11111001 11100 1010

Color Harmonies of #141220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141220

Black with #141220

Text Example


Text Example

White with #141220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141220; }

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

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

background-color css

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

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

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

border-color css

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

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

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