Html Css Color HEX #141428 Black Russian

📋 copy color: '#141428'

red 20 ◦ green 20 ◦ blue 40

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

Shades of Black Russian #141428

Tints of Black Russian #141428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 50%

R = 25%
G = 25%
B = 50%

CMYK

 C value IS 0.5

 M value IS 0.5

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#141428 (or 0x141428) is known color: Black Russian. HEX triplet: 14, 14 and 28. RGB value is (20,20,40). Sum of RGB (Red+Green+Blue) = 20+20+40=80 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25% from 80); Green value is 20 (8.20% from 255 or 25% from 80); Blue value is 40 (16.02% from 255 or 50% from 80); Max value from RGB is 40 - color contains mainly: blue. Hex color #141428 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141428 is #EBEBD7. Grayscale: #161616. Windows color (decimal): -15461336 or 2626580. OLE color: 2626580.

HSL color Cylindrical-coordinate representation of color #141428: hue angle of 240º degrees, saturation: 0.33, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #141428 is Cyan = 0.5, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 20 20 40 -
CMYK 0.5 0.5 0 0.84
HSL 240º 0.33% 0.12% -
HSV(B) 240º 0.5% 0.16% -
XYZ 0.92 0.8 2.11 -
YUV 22.28 138 126.37 -
System Red Green Blue C M Y K H S L
Decimal 20 20 40 0.5 0.5 0 0.84 240 0.33 0.12
Hex 14 14 28 32 32 0 54 F0 21 C
Octal 24 24 50 62 62 0 124 360 41 14
Binary 10100 10100 101000 110010 110010 0 1010100 11110000 100001 1100

Color Harmonies of #141428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141428

Black with #141428

Text Example


Text Example

White with #141428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141428; }

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

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

background-color css

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

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

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

border-color css

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

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

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