Html Css Color HEX #111119 Black Russian

📋 copy color: '#111119'

red 17 ◦ green 17 ◦ blue 25

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

Shades of Black Russian #111119

Tints of Black Russian #111119

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 42.37%

R = 28.81%
G = 28.81%
B = 42.37%

CMYK

 C value IS 0.32

 M value IS 0.32

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#111119 (or 0x111119) is known color: Black Russian. HEX triplet: 11, 11 and 19. RGB value is (17,17,25). Sum of RGB (Red+Green+Blue) = 17+17+25=59 (7% of max value = 765). Red value is 17 (7.03% from 255 or 28.81% from 59); Green value is 17 (7.03% from 255 or 28.81% from 59); Blue value is 25 (10.16% from 255 or 42.37% from 59); Max value from RGB is 25 - color contains mainly: blue. Hex color #111119 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111119 is #EEEEE6. Grayscale: #111111. Windows color (decimal): -15658727 or 1642769. OLE color: 1642769.

HSL color Cylindrical-coordinate representation of color #111119: hue angle of 240º degrees, saturation: 0.19, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #111119 is Cyan = 0.32, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 17 17 25 -
CMYK 0.32 0.32 0 0.90
HSL 240º 0.19% 0.08% -
HSV(B) 240º 0.32% 0.1% -
XYZ 0.61 0.59 1 -
YUV 17.91 132 127.35 -
System Red Green Blue C M Y K H S L
Decimal 17 17 25 0.32 0.32 0 0.90 240 0.19 0.08
Hex 11 11 19 20 20 0 5A F0 13 8
Octal 21 21 31 40 40 0 132 360 23 10
Binary 10001 10001 11001 100000 100000 0 1011010 11110000 10011 1000

Color Harmonies of #111119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111119

Black with #111119

Text Example


Text Example

White with #111119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111119; }

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

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

background-color css

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

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

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

border-color css

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

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

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