Html Css Color HEX #141418 Black Russian

📋 copy color: '#141418'

red 20 ◦ green 20 ◦ blue 24

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

Shades of Black Russian #141418

Tints of Black Russian #141418

RGB

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

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

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

R = 31.25%
G = 31.25%
B = 37.5%

CMYK

 C value IS 0.17

 M value IS 0.17

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#141418 (or 0x141418) is known color: Black Russian. HEX triplet: 14, 14 and 18. RGB value is (20,20,24). Sum of RGB (Red+Green+Blue) = 20+20+24=64 (8% of max value = 765). Red value is 20 (8.20% from 255 or 31.25% from 64); Green value is 20 (8.20% from 255 or 31.25% from 64); Blue value is 24 (9.77% from 255 or 37.5% from 64); Max value from RGB is 24 - color contains mainly: blue. Hex color #141418 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #141418 is #EBEBE7. Grayscale: #141414. Windows color (decimal): -15461352 or 1578004. OLE color: 1578004.

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

Color convert

RGB 20 20 24 -
CMYK 0.17 0.17 0 0.91
HSL 240º 0.09% 0.09% -
HSV(B) 240º 0.17% 0.09% -
XYZ 0.7 0.71 0.97 -
YUV 20.46 130 127.67 -
System Red Green Blue C M Y K H S L
Decimal 20 20 24 0.17 0.17 0 0.91 240 0.09 0.09
Hex 14 14 18 11 11 0 5B F0 9 9
Octal 24 24 30 21 21 0 133 360 11 11
Binary 10100 10100 11000 10001 10001 0 1011011 11110000 1001 1001

Color Harmonies of #141418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141418

Black with #141418

Text Example


Text Example

White with #141418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141418; }

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

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

background-color css

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

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

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

border-color css

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

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

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