Html Css Color HEX #131418 Black Russian

📋 copy color: '#131418'

red 19 ◦ green 20 ◦ blue 24

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

Shades of Black Russian #131418

Tints of Black Russian #131418

RGB

 RED value IS 19 (7.81% from 255) = 30.16%

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

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

R = 30.16%
G = 31.75%
B = 38.1%

CMYK

 C value IS 0.21

 M value IS 0.17

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#131418 (or 0x131418) is known color: Black Russian. HEX triplet: 13, 14 and 18. RGB value is (19,20,24). Sum of RGB (Red+Green+Blue) = 19+20+24=63 (8% of max value = 765). Red value is 19 (7.81% from 255 or 30.16% from 63); Green value is 20 (8.20% from 255 or 31.75% from 63); Blue value is 24 (9.77% from 255 or 38.10% from 63); Max value from RGB is 24 - color contains mainly: blue. Hex color #131418 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131418 is #ECEBE7. Grayscale: #141414. Windows color (decimal): -15526888 or 1578003. OLE color: 1578003.

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

Color convert

RGB 19 20 24 -
CMYK 0.21 0.17 0 0.91
HSL 228º 0.12% 0.08% -
HSV(B) 228º 0.21% 0.09% -
XYZ 0.68 0.7 0.96 -
YUV 20.16 130.17 127.17 -
System Red Green Blue C M Y K H S L
Decimal 19 20 24 0.21 0.17 0 0.91 228 0.12 0.08
Hex 13 14 18 15 11 0 5B E4 C 8
Octal 23 24 30 25 21 0 133 344 14 10
Binary 10011 10100 11000 10101 10001 0 1011011 11100100 1100 1000

Color Harmonies of #131418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131418

Black with #131418

Text Example


Text Example

White with #131418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131418; }

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

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

background-color css

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

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

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

border-color css

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

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

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