Html Css Color HEX #141826 Black Russian

📋 copy color: '#141826'

red 20 ◦ green 24 ◦ blue 38

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

Shades of Black Russian #141826

Tints of Black Russian #141826

RGB

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

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

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

R = 24.39%
G = 29.27%
B = 46.34%

CMYK

 C value IS 0.47

 M value IS 0.37

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#141826 (or 0x141826) is known color: Black Russian. HEX triplet: 14, 18 and 26. RGB value is (20,24,38). Sum of RGB (Red+Green+Blue) = 20+24+38=82 (10% of max value = 765). Red value is 20 (8.20% from 255 or 24.39% from 82); Green value is 24 (9.77% from 255 or 29.27% from 82); Blue value is 38 (15.23% from 255 or 46.34% from 82); Max value from RGB is 38 - color contains mainly: blue. Hex color #141826 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141826 is #EBE7D9. Grayscale: #181818. Windows color (decimal): -15460314 or 2496532. OLE color: 2496532.

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

Color convert

RGB 20 24 38 -
CMYK 0.47 0.37 0 0.85
HSL 226.67º 0.31% 0.11% -
HSV(B) 226.67º 0.47% 0.15% -
XYZ 0.96 0.94 1.96 -
YUV 24.4 135.67 124.86 -
System Red Green Blue C M Y K H S L
Decimal 20 24 38 0.47 0.37 0 0.85 226.67 0.31 0.11
Hex 14 18 26 2F 25 0 55 E3 1F B
Octal 24 30 46 57 45 0 125 343 37 13
Binary 10100 11000 100110 101111 100101 0 1010101 11100011 11111 1011

Color Harmonies of #141826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141826

Black with #141826

Text Example


Text Example

White with #141826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141826; }

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

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

background-color css

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

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

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

border-color css

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

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

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