Html Css Color HEX #141426 Black Russian

📋 copy color: '#141426'

red 20 ◦ green 20 ◦ blue 38

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

Shades of Black Russian #141426

Tints of Black Russian #141426

RGB

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

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

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

R = 25.64%
G = 25.64%
B = 48.72%

CMYK

 C value IS 0.47

 M value IS 0.47

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#141426 (or 0x141426) is known color: Black Russian. HEX triplet: 14, 14 and 26. RGB value is (20,20,38). Sum of RGB (Red+Green+Blue) = 20+20+38=78 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25.64% from 78); Green value is 20 (8.20% from 255 or 25.64% from 78); Blue value is 38 (15.23% from 255 or 48.72% from 78); Max value from RGB is 38 - color contains mainly: blue. Hex color #141426 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141426 is #EBEBD9. Grayscale: #151515. Windows color (decimal): -15461338 or 2495508. OLE color: 2495508.

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

Color convert

RGB 20 20 38 -
CMYK 0.47 0.47 0 0.85
HSL 240º 0.31% 0.11% -
HSV(B) 240º 0.47% 0.15% -
XYZ 0.89 0.79 1.94 -
YUV 22.05 137 126.54 -
System Red Green Blue C M Y K H S L
Decimal 20 20 38 0.47 0.47 0 0.85 240 0.31 0.11
Hex 14 14 26 2F 2F 0 55 F0 1F B
Octal 24 24 46 57 57 0 125 360 37 13
Binary 10100 10100 100110 101111 101111 0 1010101 11110000 11111 1011

Color Harmonies of #141426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141426

Black with #141426

Text Example


Text Example

White with #141426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141426; }

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

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

background-color css

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

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

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

border-color css

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

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

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