Html Css Color HEX #111113 Black Russian

📋 copy color: '#111113'

red 17 ◦ green 17 ◦ blue 19

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

Shades of Black Russian #111113

Tints of Black Russian #111113

RGB

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

 GREEN value IS 17 (7.03% from 255) = 32.08%

 BLUE value IS 19 (7.81% from 255) = 35.85%

R = 32.08%
G = 32.08%
B = 35.85%

CMYK

 C value IS 0.11

 M value IS 0.11

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#111113 (or 0x111113) is known color: Black Russian. HEX triplet: 11, 11 and 13. RGB value is (17,17,19). Sum of RGB (Red+Green+Blue) = 17+17+19=53 (7% of max value = 765). Red value is 17 (7.03% from 255 or 32.08% from 53); Green value is 17 (7.03% from 255 or 32.08% from 53); Blue value is 19 (7.81% from 255 or 35.85% from 53); Max value from RGB is 19 - color contains mainly: blue. Hex color #111113 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111113 is #EEEEEC. Grayscale: #111111. Windows color (decimal): -15658733 or 1249553. OLE color: 1249553.

HSL color Cylindrical-coordinate representation of color #111113: hue angle of 240º degrees, saturation: 0.06, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #111113 is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 17 17 19 -
CMYK 0.11 0.11 0 0.93
HSL 240º 0.06% 0.07% -
HSV(B) 240º 0.11% 0.07% -
XYZ 0.55 0.57 0.7 -
YUV 17.23 129 127.84 -
System Red Green Blue C M Y K H S L
Decimal 17 17 19 0.11 0.11 0 0.93 240 0.06 0.07
Hex 11 11 13 B B 0 5D F0 6 7
Octal 21 21 23 13 13 0 135 360 6 7
Binary 10001 10001 10011 1011 1011 0 1011101 11110000 110 111

Color Harmonies of #111113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111113

Black with #111113

Text Example


Text Example

White with #111113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111113; }

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

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

background-color css

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

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

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

border-color css

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

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

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