Html Css Color HEX #131416 Black Russian

📋 copy color: '#131416'

red 19 ◦ green 20 ◦ blue 22

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

Shades of Black Russian #131416

Tints of Black Russian #131416

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 36.07%

R = 31.15%
G = 32.79%
B = 36.07%

CMYK

 C value IS 0.14

 M value IS 0.09

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#131416 (or 0x131416) is known color: Black Russian. HEX triplet: 13, 14 and 16. RGB value is (19,20,22). Sum of RGB (Red+Green+Blue) = 19+20+22=61 (8% of max value = 765). Red value is 19 (7.81% from 255 or 31.15% from 61); Green value is 20 (8.20% from 255 or 32.79% from 61); Blue value is 22 (8.98% from 255 or 36.07% from 61); Max value from RGB is 22 - color contains mainly: blue. Hex color #131416 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131416 is #ECEBE9. Grayscale: #131313. Windows color (decimal): -15526890 or 1446931. OLE color: 1446931.

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

Color convert

RGB 19 20 22 -
CMYK 0.14 0.09 0 0.91
HSL 220º 0.07% 0.08% -
HSV(B) 220º 0.14% 0.09% -
XYZ 0.66 0.7 0.86 -
YUV 19.93 129.17 127.34 -
System Red Green Blue C M Y K H S L
Decimal 19 20 22 0.14 0.09 0 0.91 220 0.07 0.08
Hex 13 14 16 E 9 0 5B DC 7 8
Octal 23 24 26 16 11 0 133 334 7 10
Binary 10011 10100 10110 1110 1001 0 1011011 11011100 111 1000

Color Harmonies of #131416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131416

Black with #131416

Text Example


Text Example

White with #131416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131416; }

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

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

background-color css

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

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

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

border-color css

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

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

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