Html Css Color HEX #111419 Black Russian

📋 copy color: '#111419'

red 17 ◦ green 20 ◦ blue 25

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

Shades of Black Russian #111419

Tints of Black Russian #111419

RGB

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

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

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

R = 27.42%
G = 32.26%
B = 40.32%

CMYK

 C value IS 0.32

 M value IS 0.20

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#111419 (or 0x111419) is known color: Black Russian. HEX triplet: 11, 14 and 19. RGB value is (17,20,25). Sum of RGB (Red+Green+Blue) = 17+20+25=62 (8% of max value = 765). Red value is 17 (7.03% from 255 or 27.42% from 62); Green value is 20 (8.20% from 255 or 32.26% from 62); Blue value is 25 (10.16% from 255 or 40.32% from 62); Max value from RGB is 25 - color contains mainly: blue. Hex color #111419 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111419 is #EEEBE6. Grayscale: #131313. Windows color (decimal): -15657959 or 1643537. OLE color: 1643537.

HSL color Cylindrical-coordinate representation of color #111419: hue angle of 217.5º 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 #111419 is Cyan = 0.32, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 17 20 25 -
CMYK 0.32 0.20 0 0.90
HSL 217.5º 0.19% 0.08% -
HSV(B) 217.5º 0.32% 0.1% -
XYZ 0.66 0.69 1.02 -
YUV 19.67 131.01 126.09 -
System Red Green Blue C M Y K H S L
Decimal 17 20 25 0.32 0.20 0 0.90 217.5 0.19 0.08
Hex 11 14 19 20 14 0 5A DA 13 8
Octal 21 24 31 40 24 0 132 332 23 10
Binary 10001 10100 11001 100000 10100 0 1011010 11011010 10011 1000

Color Harmonies of #111419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111419

Black with #111419

Text Example


Text Example

White with #111419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111419; }

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

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

background-color css

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

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

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

border-color css

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

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

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