Html Css Color HEX #141828 Black Russian

📋 copy color: '#141828'

red 20 ◦ green 24 ◦ blue 40

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

Shades of Black Russian #141828

Tints of Black Russian #141828

RGB

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

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

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

R = 23.81%
G = 28.57%
B = 47.62%

CMYK

 C value IS 0.5

 M value IS 0.40

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#141828 (or 0x141828) is known color: Black Russian. HEX triplet: 14, 18 and 28. RGB value is (20,24,40). Sum of RGB (Red+Green+Blue) = 20+24+40=84 (11% of max value = 765). Red value is 20 (8.20% from 255 or 23.81% from 84); Green value is 24 (9.77% from 255 or 28.57% from 84); Blue value is 40 (16.02% from 255 or 47.62% from 84); Max value from RGB is 40 - color contains mainly: blue. Hex color #141828 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141828 is #EBE7D7. Grayscale: #181818. Windows color (decimal): -15460312 or 2627604. OLE color: 2627604.

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

Color convert

RGB 20 24 40 -
CMYK 0.5 0.40 0 0.84
HSL 228º 0.33% 0.12% -
HSV(B) 228º 0.5% 0.16% -
XYZ 1 0.96 2.14 -
YUV 24.63 136.67 124.7 -
System Red Green Blue C M Y K H S L
Decimal 20 24 40 0.5 0.40 0 0.84 228 0.33 0.12
Hex 14 18 28 32 28 0 54 E4 21 C
Octal 24 30 50 62 50 0 124 344 41 14
Binary 10100 11000 101000 110010 101000 0 1010100 11100100 100001 1100

Color Harmonies of #141828

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141828

Black with #141828

Text Example


Text Example

White with #141828

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141828; }

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

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

background-color css

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

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

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

border-color css

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

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

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