Html Css Color HEX #131317 Black Russian

📋 copy color: '#131317'

red 19 ◦ green 19 ◦ blue 23

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

Shades of Black Russian #131317

Tints of Black Russian #131317

RGB

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

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

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

R = 31.15%
G = 31.15%
B = 37.7%

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

#131317 (or 0x131317) is known color: Black Russian. HEX triplet: 13, 13 and 17. RGB value is (19,19,23). Sum of RGB (Red+Green+Blue) = 19+19+23=61 (8% of max value = 765). Red value is 19 (7.81% from 255 or 31.15% from 61); Green value is 19 (7.81% from 255 or 31.15% from 61); Blue value is 23 (9.38% from 255 or 37.70% from 61); Max value from RGB is 23 - color contains mainly: blue. Hex color #131317 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131317 is #ECECE8. Grayscale: #131313. Windows color (decimal): -15527145 or 1512211. OLE color: 1512211.

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

Color convert

RGB 19 19 23 -
CMYK 0.17 0.17 0 0.91
HSL 240º 0.1% 0.08% -
HSV(B) 240º 0.17% 0.09% -
XYZ 0.66 0.67 0.9 -
YUV 19.46 130 127.67 -
System Red Green Blue C M Y K H S L
Decimal 19 19 23 0.17 0.17 0 0.91 240 0.1 0.08
Hex 13 13 17 11 11 0 5B F0 A 8
Octal 23 23 27 21 21 0 133 360 12 10
Binary 10011 10011 10111 10001 10001 0 1011011 11110000 1010 1000

Color Harmonies of #131317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131317

Black with #131317

Text Example


Text Example

White with #131317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131317; }

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

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

background-color css

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

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

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

border-color css

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

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

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