Html Css Color HEX #141626 Black Russian

📋 copy color: '#141626'

red 20 ◦ green 22 ◦ blue 38

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

Shades of Black Russian #141626

Tints of Black Russian #141626

RGB

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

 GREEN value IS 22 (8.98% from 255) = 27.5%

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

R = 25%
G = 27.5%
B = 47.5%

CMYK

 C value IS 0.47

 M value IS 0.42

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#141626 (or 0x141626) is known color: Black Russian. HEX triplet: 14, 16 and 26. RGB value is (20,22,38). Sum of RGB (Red+Green+Blue) = 20+22+38=80 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25% from 80); Green value is 22 (8.98% from 255 or 27.5% from 80); Blue value is 38 (15.23% from 255 or 47.5% from 80); Max value from RGB is 38 - color contains mainly: blue. Hex color #141626 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141626 is #EBE9D9. Grayscale: #171717. Windows color (decimal): -15460826 or 2496020. OLE color: 2496020.

HSL color Cylindrical-coordinate representation of color #141626: hue angle of 233.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 #141626 is Cyan = 0.47, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 20 22 38 -
CMYK 0.47 0.42 0 0.85
HSL 233.33º 0.31% 0.11% -
HSV(B) 233.33º 0.47% 0.15% -
XYZ 0.93 0.86 1.95 -
YUV 23.23 136.34 125.7 -
System Red Green Blue C M Y K H S L
Decimal 20 22 38 0.47 0.42 0 0.85 233.33 0.31 0.11
Hex 14 16 26 2F 2A 0 55 E9 1F B
Octal 24 26 46 57 52 0 125 351 37 13
Binary 10100 10110 100110 101111 101010 0 1010101 11101001 11111 1011

Color Harmonies of #141626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141626

Black with #141626

Text Example


Text Example

White with #141626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141626; }

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

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

background-color css

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

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

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

border-color css

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

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

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