Html Css Color HEX #141728 Black Russian

📋 copy color: '#141728'

red 20 ◦ green 23 ◦ blue 40

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

Shades of Black Russian #141728

Tints of Black Russian #141728

RGB

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

 GREEN value IS 23 (9.38% from 255) = 27.71%

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

R = 24.1%
G = 27.71%
B = 48.19%

CMYK

 C value IS 0.5

 M value IS 0.43

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#141728 (or 0x141728) is known color: Black Russian. HEX triplet: 14, 17 and 28. RGB value is (20,23,40). Sum of RGB (Red+Green+Blue) = 20+23+40=83 (10% of max value = 765). Red value is 20 (8.20% from 255 or 24.10% from 83); Green value is 23 (9.38% from 255 or 27.71% from 83); Blue value is 40 (16.02% from 255 or 48.19% from 83); Max value from RGB is 40 - color contains mainly: blue. Hex color #141728 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141728 is #EBE8D7. Grayscale: #171717. Windows color (decimal): -15460568 or 2627348. OLE color: 2627348.

HSL color Cylindrical-coordinate representation of color #141728: hue angle of 231º 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 #141728 is Cyan = 0.5, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 20 23 40 -
CMYK 0.5 0.43 0 0.84
HSL 231º 0.33% 0.12% -
HSV(B) 231º 0.5% 0.16% -
XYZ 0.98 0.91 2.13 -
YUV 24.04 137.01 125.12 -
System Red Green Blue C M Y K H S L
Decimal 20 23 40 0.5 0.43 0 0.84 231 0.33 0.12
Hex 14 17 28 32 2B 0 54 E7 21 C
Octal 24 27 50 62 53 0 124 347 41 14
Binary 10100 10111 101000 110010 101011 0 1010100 11100111 100001 1100

Color Harmonies of #141728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141728

Black with #141728

Text Example


Text Example

White with #141728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141728; }

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

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

background-color css

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

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

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

border-color css

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

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

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