Html Css Color HEX #141518 Black Russian

📋 copy color: '#141518'

red 20 ◦ green 21 ◦ blue 24

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

Shades of Black Russian #141518

Tints of Black Russian #141518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 36.92%

R = 30.77%
G = 32.31%
B = 36.92%

CMYK

 C value IS 0.17

 M value IS 0.13

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#141518 (or 0x141518) is known color: Black Russian. HEX triplet: 14, 15 and 18. RGB value is (20,21,24). Sum of RGB (Red+Green+Blue) = 20+21+24=65 (8% of max value = 765). Red value is 20 (8.20% from 255 or 30.77% from 65); Green value is 21 (8.59% from 255 or 32.31% from 65); Blue value is 24 (9.77% from 255 or 36.92% from 65); Max value from RGB is 24 - color contains mainly: blue. Hex color #141518 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141518 is #EBEAE7. Grayscale: #151515. Windows color (decimal): -15461096 or 1578260. OLE color: 1578260.

HSL color Cylindrical-coordinate representation of color #141518: hue angle of 225º degrees, saturation: 0.09, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #141518 is Cyan = 0.17, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 20 21 24 -
CMYK 0.17 0.13 0 0.91
HSL 225º 0.09% 0.09% -
HSV(B) 225º 0.17% 0.09% -
XYZ 0.72 0.75 0.97 -
YUV 21.04 129.67 127.26 -
System Red Green Blue C M Y K H S L
Decimal 20 21 24 0.17 0.13 0 0.91 225 0.09 0.09
Hex 14 15 18 11 D 0 5B E1 9 9
Octal 24 25 30 21 15 0 133 341 11 11
Binary 10100 10101 11000 10001 1101 0 1011011 11100001 1001 1001

Color Harmonies of #141518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141518

Black with #141518

Text Example


Text Example

White with #141518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141518; }

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

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

background-color css

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

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

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

border-color css

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

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

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