Html Css Color HEX #111520 Black Russian

📋 copy color: '#111520'

red 17 ◦ green 21 ◦ blue 32

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

Shades of Black Russian #111520

Tints of Black Russian #111520

RGB

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

 GREEN value IS 21 (8.59% from 255) = 30%

 BLUE value IS 32 (12.89% from 255) = 45.71%

R = 24.29%
G = 30%
B = 45.71%

CMYK

 C value IS 0.47

 M value IS 0.34

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#111520 (or 0x111520) is known color: Black Russian. HEX triplet: 11, 15 and 20. RGB value is (17,21,32). Sum of RGB (Red+Green+Blue) = 17+21+32=70 (9% of max value = 765). Red value is 17 (7.03% from 255 or 24.29% from 70); Green value is 21 (8.59% from 255 or 30% from 70); Blue value is 32 (12.89% from 255 or 45.71% from 70); Max value from RGB is 32 - color contains mainly: blue. Hex color #111520 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111520 is #EEEADF. Grayscale: #151515. Windows color (decimal): -15657696 or 2102545. OLE color: 2102545.

HSL color Cylindrical-coordinate representation of color #111520: hue angle of 224º degrees, saturation: 0.31, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #111520 is Cyan = 0.47, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 17 21 32 -
CMYK 0.47 0.34 0 0.87
HSL 224º 0.31% 0.1% -
HSV(B) 224º 0.47% 0.13% -
XYZ 0.76 0.76 1.47 -
YUV 21.06 134.17 125.11 -
System Red Green Blue C M Y K H S L
Decimal 17 21 32 0.47 0.34 0 0.87 224 0.31 0.1
Hex 11 15 20 2F 22 0 57 E0 1F A
Octal 21 25 40 57 42 0 127 340 37 12
Binary 10001 10101 100000 101111 100010 0 1010111 11100000 11111 1010

Color Harmonies of #111520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111520

Black with #111520

Text Example


Text Example

White with #111520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111520; }

 p { color: rgb(17,21,32); }

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

background-color css

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

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

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

border-color css

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

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

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