Html Css Color HEX #131417 Black Russian

📋 copy color: '#131417'

red 19 ◦ green 20 ◦ blue 23

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

Shades of Black Russian #131417

Tints of Black Russian #131417

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 37.1%

R = 30.65%
G = 32.26%
B = 37.1%

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

#131417 (or 0x131417) is known color: Black Russian. HEX triplet: 13, 14 and 17. RGB value is (19,20,23). Sum of RGB (Red+Green+Blue) = 19+20+23=62 (8% of max value = 765). Red value is 19 (7.81% from 255 or 30.65% from 62); Green value is 20 (8.20% from 255 or 32.26% from 62); Blue value is 23 (9.38% from 255 or 37.10% from 62); Max value from RGB is 23 - color contains mainly: blue. Hex color #131417 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131417 is #ECEBE8. Grayscale: #141414. Windows color (decimal): -15526889 or 1512467. OLE color: 1512467.

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

Color convert

RGB 19 20 23 -
CMYK 0.17 0.13 0 0.91
HSL 225º 0.1% 0.08% -
HSV(B) 225º 0.17% 0.09% -
XYZ 0.67 0.7 0.91 -
YUV 20.04 129.67 127.26 -
System Red Green Blue C M Y K H S L
Decimal 19 20 23 0.17 0.13 0 0.91 225 0.1 0.08
Hex 13 14 17 11 D 0 5B E1 A 8
Octal 23 24 27 21 15 0 133 341 12 10
Binary 10011 10100 10111 10001 1101 0 1011011 11100001 1010 1000

Color Harmonies of #131417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131417

Black with #131417

Text Example


Text Example

White with #131417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131417; }

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

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

background-color css

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

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

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

border-color css

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

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

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