Html Css Color HEX #111620 Black Russian

📋 copy color: '#111620'

red 17 ◦ green 22 ◦ blue 32

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

Shades of Black Russian #111620

Tints of Black Russian #111620

RGB

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

 GREEN value IS 22 (8.98% from 255) = 30.99%

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

R = 23.94%
G = 30.99%
B = 45.07%

CMYK

 C value IS 0.47

 M value IS 0.31

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#111620 (or 0x111620) is known color: Black Russian. HEX triplet: 11, 16 and 20. RGB value is (17,22,32). Sum of RGB (Red+Green+Blue) = 17+22+32=71 (9% of max value = 765). Red value is 17 (7.03% from 255 or 23.94% from 71); Green value is 22 (8.98% from 255 or 30.99% from 71); Blue value is 32 (12.89% from 255 or 45.07% from 71); Max value from RGB is 32 - color contains mainly: blue. Hex color #111620 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111620 is #EEE9DF. Grayscale: #151515. Windows color (decimal): -15657440 or 2102801. OLE color: 2102801.

HSL color Cylindrical-coordinate representation of color #111620: hue angle of 220º 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 #111620 is Cyan = 0.47, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 17 22 32 -
CMYK 0.47 0.31 0 0.87
HSL 220º 0.31% 0.1% -
HSV(B) 220º 0.47% 0.13% -
XYZ 0.78 0.8 1.48 -
YUV 21.65 133.84 124.69 -
System Red Green Blue C M Y K H S L
Decimal 17 22 32 0.47 0.31 0 0.87 220 0.31 0.1
Hex 11 16 20 2F 1F 0 57 DC 1F A
Octal 21 26 40 57 37 0 127 334 37 12
Binary 10001 10110 100000 101111 11111 0 1010111 11011100 11111 1010

Color Harmonies of #111620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111620

Black with #111620

Text Example


Text Example

White with #111620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111620; }

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

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

background-color css

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

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

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

border-color css

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

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

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