Html Css Color HEX #141926 Black Russian

📋 copy color: '#141926'

red 20 ◦ green 25 ◦ blue 38

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

Shades of Black Russian #141926

Tints of Black Russian #141926

RGB

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

 GREEN value IS 25 (10.16% from 255) = 30.12%

 BLUE value IS 38 (15.23% from 255) = 45.78%

R = 24.1%
G = 30.12%
B = 45.78%

CMYK

 C value IS 0.47

 M value IS 0.34

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#141926 (or 0x141926) is known color: Black Russian. HEX triplet: 14, 19 and 26. RGB value is (20,25,38). Sum of RGB (Red+Green+Blue) = 20+25+38=83 (10% of max value = 765). Red value is 20 (8.20% from 255 or 24.10% from 83); Green value is 25 (10.16% from 255 or 30.12% from 83); Blue value is 38 (15.23% from 255 or 45.78% from 83); Max value from RGB is 38 - color contains mainly: blue. Hex color #141926 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141926 is #EBE6D9. Grayscale: #181818. Windows color (decimal): -15460058 or 2496788. OLE color: 2496788.

HSL color Cylindrical-coordinate representation of color #141926: hue angle of 223.33º degrees, saturation: 0.31, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #141926 is Cyan = 0.47, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 20 25 38 -
CMYK 0.47 0.34 0 0.85
HSL 223.33º 0.31% 0.11% -
HSV(B) 223.33º 0.47% 0.15% -
XYZ 0.99 0.98 1.97 -
YUV 24.99 135.34 124.44 -
System Red Green Blue C M Y K H S L
Decimal 20 25 38 0.47 0.34 0 0.85 223.33 0.31 0.11
Hex 14 19 26 2F 22 0 55 DF 1F B
Octal 24 31 46 57 42 0 125 337 37 13
Binary 10100 11001 100110 101111 100010 0 1010101 11011111 11111 1011

Color Harmonies of #141926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141926

Black with #141926

Text Example


Text Example

White with #141926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141926; }

 p { color: rgb(20,25,38); }

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

background-color css

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

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

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

border-color css

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

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

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