Html Css Color HEX #141526 Black Russian

📋 copy color: '#141526'

red 20 ◦ green 21 ◦ blue 38

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

Shades of Black Russian #141526

Tints of Black Russian #141526

RGB

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

 GREEN value IS 21 (8.59% from 255) = 26.58%

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

R = 25.32%
G = 26.58%
B = 48.1%

CMYK

 C value IS 0.47

 M value IS 0.45

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#141526 (or 0x141526) is known color: Black Russian. HEX triplet: 14, 15 and 26. RGB value is (20,21,38). Sum of RGB (Red+Green+Blue) = 20+21+38=79 (10% of max value = 765). Red value is 20 (8.20% from 255 or 25.32% from 79); Green value is 21 (8.59% from 255 or 26.58% from 79); Blue value is 38 (15.23% from 255 or 48.10% from 79); Max value from RGB is 38 - color contains mainly: blue. Hex color #141526 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141526 is #EBEAD9. Grayscale: #161616. Windows color (decimal): -15461082 or 2495764. OLE color: 2495764.

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

Color convert

RGB 20 21 38 -
CMYK 0.47 0.45 0 0.85
HSL 236.67º 0.31% 0.11% -
HSV(B) 236.67º 0.47% 0.15% -
XYZ 0.91 0.82 1.95 -
YUV 22.64 136.67 126.12 -
System Red Green Blue C M Y K H S L
Decimal 20 21 38 0.47 0.45 0 0.85 236.67 0.31 0.11
Hex 14 15 26 2F 2D 0 55 ED 1F B
Octal 24 25 46 57 55 0 125 355 37 13
Binary 10100 10101 100110 101111 101101 0 1010101 11101101 11111 1011

Color Harmonies of #141526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141526

Black with #141526

Text Example


Text Example

White with #141526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141526; }

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

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

background-color css

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

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

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

border-color css

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

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

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