Html Css Color HEX #141821 Black Russian

📋 copy color: '#141821'

red 20 ◦ green 24 ◦ blue 33

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

Shades of Black Russian #141821

Tints of Black Russian #141821

RGB

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

 GREEN value IS 24 (9.77% from 255) = 31.17%

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

R = 25.97%
G = 31.17%
B = 42.86%

CMYK

 C value IS 0.39

 M value IS 0.27

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#141821 (or 0x141821) is known color: Black Russian. HEX triplet: 14, 18 and 21. RGB value is (20,24,33). Sum of RGB (Red+Green+Blue) = 20+24+33=77 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25.97% from 77); Green value is 24 (9.77% from 255 or 31.17% from 77); Blue value is 33 (13.28% from 255 or 42.86% from 77); Max value from RGB is 33 - color contains mainly: blue. Hex color #141821 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141821 is #EBE7DE. Grayscale: #171717. Windows color (decimal): -15460319 or 2168852. OLE color: 2168852.

HSL color Cylindrical-coordinate representation of color #141821: hue angle of 221.54º 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 #141821 is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 20 24 33 -
CMYK 0.39 0.27 0 0.87
HSL 221.54º 0.25% 0.1% -
HSV(B) 221.54º 0.39% 0.13% -
XYZ 0.89 0.91 1.57 -
YUV 23.83 133.17 125.27 -
System Red Green Blue C M Y K H S L
Decimal 20 24 33 0.39 0.27 0 0.87 221.54 0.25 0.1
Hex 14 18 21 27 1B 0 57 DE 19 A
Octal 24 30 41 47 33 0 127 336 31 12
Binary 10100 11000 100001 100111 11011 0 1010111 11011110 11001 1010

Color Harmonies of #141821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141821

Black with #141821

Text Example


Text Example

White with #141821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141821; }

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

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

background-color css

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

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

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

border-color css

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

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

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