Html Css Color HEX #141421 Black Russian

📋 copy color: '#141421'

red 20 ◦ green 20 ◦ blue 33

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

Shades of Black Russian #141421

Tints of Black Russian #141421

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 45.21%

R = 27.4%
G = 27.4%
B = 45.21%

CMYK

 C value IS 0.39

 M value IS 0.39

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#141421 (or 0x141421) is known color: Black Russian. HEX triplet: 14, 14 and 21. RGB value is (20,20,33). Sum of RGB (Red+Green+Blue) = 20+20+33=73 (9% of max value = 765). Red value is 20 (8.20% from 255 or 27.40% from 73); Green value is 20 (8.20% from 255 or 27.40% from 73); Blue value is 33 (13.28% from 255 or 45.21% from 73); Max value from RGB is 33 - color contains mainly: blue. Hex color #141421 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141421 is #EBEBDE. Grayscale: #151515. Windows color (decimal): -15461343 or 2167828. OLE color: 2167828.

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

Color convert

RGB 20 20 33 -
CMYK 0.39 0.39 0 0.87
HSL 240º 0.25% 0.1% -
HSV(B) 240º 0.39% 0.13% -
XYZ 0.81 0.76 1.54 -
YUV 21.48 134.5 126.94 -
System Red Green Blue C M Y K H S L
Decimal 20 20 33 0.39 0.39 0 0.87 240 0.25 0.1
Hex 14 14 21 27 27 0 57 F0 19 A
Octal 24 24 41 47 47 0 127 360 31 12
Binary 10100 10100 100001 100111 100111 0 1010111 11110000 11001 1010

Color Harmonies of #141421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141421

Black with #141421

Text Example


Text Example

White with #141421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141421; }

 p { color: rgb(20,20,33); }

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

background-color css

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

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

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

border-color css

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

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

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