Html Css Color HEX #111317 Black Russian

📋 copy color: '#111317'

red 17 ◦ green 19 ◦ blue 23

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

Shades of Black Russian #111317

Tints of Black Russian #111317

RGB

 RED value IS 17 (7.03% from 255) = 28.81%

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

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

R = 28.81%
G = 32.2%
B = 38.98%

CMYK

 C value IS 0.26

 M value IS 0.17

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#111317 (or 0x111317) is known color: Black Russian. HEX triplet: 11, 13 and 17. RGB value is (17,19,23). Sum of RGB (Red+Green+Blue) = 17+19+23=59 (7% of max value = 765). Red value is 17 (7.03% from 255 or 28.81% from 59); Green value is 19 (7.81% from 255 or 32.20% from 59); Blue value is 23 (9.38% from 255 or 38.98% from 59); Max value from RGB is 23 - color contains mainly: blue. Hex color #111317 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111317 is #EEECE8. Grayscale: #121212. Windows color (decimal): -15658217 or 1512209. OLE color: 1512209.

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

Color convert

RGB 17 19 23 -
CMYK 0.26 0.17 0 0.91
HSL 220º 0.15% 0.08% -
HSV(B) 220º 0.26% 0.09% -
XYZ 0.62 0.65 0.9 -
YUV 18.86 130.34 126.67 -
System Red Green Blue C M Y K H S L
Decimal 17 19 23 0.26 0.17 0 0.91 220 0.15 0.08
Hex 11 13 17 1A 11 0 5B DC F 8
Octal 21 23 27 32 21 0 133 334 17 10
Binary 10001 10011 10111 11010 10001 0 1011011 11011100 1111 1000

Color Harmonies of #111317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111317

Black with #111317

Text Example


Text Example

White with #111317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111317; }

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

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

background-color css

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

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

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

border-color css

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

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

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