Html Css Color HEX #14151A Black Russian

📋 copy color: '#14151A'

red 20 ◦ green 21 ◦ blue 26

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

Shades of Black Russian #14151A

Tints of Black Russian #14151A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 38.81%

R = 29.85%
G = 31.34%
B = 38.81%

CMYK

 C value IS 0.23

 M value IS 0.19

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#14151A (or 0x14151A) is known color: Black Russian. HEX triplet: 14, 15 and 1A. RGB value is (20,21,26). Sum of RGB (Red+Green+Blue) = 20+21+26=67 (8% of max value = 765). Red value is 20 (8.20% from 255 or 29.85% from 67); Green value is 21 (8.59% from 255 or 31.34% from 67); Blue value is 26 (10.55% from 255 or 38.81% from 67); Max value from RGB is 26 - color contains mainly: blue. Hex color #14151A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14151A is #EBEAE5. Grayscale: #151515. Windows color (decimal): -15461094 or 1709332. OLE color: 1709332.

HSL color Cylindrical-coordinate representation of color #14151A: hue angle of 230º degrees, saturation: 0.13, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #14151A is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 20 21 26 -
CMYK 0.23 0.19 0 0.90
HSL 230º 0.13% 0.09% -
HSV(B) 230º 0.23% 0.1% -
XYZ 0.74 0.76 1.08 -
YUV 21.27 130.67 127.09 -
System Red Green Blue C M Y K H S L
Decimal 20 21 26 0.23 0.19 0 0.90 230 0.13 0.09
Hex 14 15 1A 17 13 0 5A E6 D 9
Octal 24 25 32 27 23 0 132 346 15 11
Binary 10100 10101 11010 10111 10011 0 1011010 11100110 1101 1001

Color Harmonies of #14151A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14151A

Black with #14151A

Text Example


Text Example

White with #14151A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14151A; }

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

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

background-color css

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

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

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

border-color css

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

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

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