Html Css Color HEX #111020 Black Russian

📋 copy color: '#111020'

red 17 ◦ green 16 ◦ blue 32

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

Shades of Black Russian #111020

Tints of Black Russian #111020

RGB

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

 GREEN value IS 16 (6.64% from 255) = 24.62%

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

R = 26.15%
G = 24.62%
B = 49.23%

CMYK

 C value IS 0.47

 M value IS 0.5

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#111020 (or 0x111020) is known color: Black Russian. HEX triplet: 11, 10 and 20. RGB value is (17,16,32). Sum of RGB (Red+Green+Blue) = 17+16+32=65 (8% of max value = 765). Red value is 17 (7.03% from 255 or 26.15% from 65); Green value is 16 (6.64% from 255 or 24.62% from 65); Blue value is 32 (12.89% from 255 or 49.23% from 65); Max value from RGB is 32 - color contains mainly: blue. Hex color #111020 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111020 is #EEEFDF. Grayscale: #121212. Windows color (decimal): -15658976 or 2101265. OLE color: 2101265.

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

Color convert

RGB 17 16 32 -
CMYK 0.47 0.5 0 0.87
HSL 243.75º 0.33% 0.09% -
HSV(B) 243.75º 0.5% 0.13% -
XYZ 0.68 0.59 1.45 -
YUV 18.12 135.83 127.2 -
System Red Green Blue C M Y K H S L
Decimal 17 16 32 0.47 0.5 0 0.87 243.75 0.33 0.09
Hex 11 10 20 2F 32 0 57 F4 21 9
Octal 21 20 40 57 62 0 127 364 41 11
Binary 10001 10000 100000 101111 110010 0 1010111 11110100 100001 1001

Color Harmonies of #111020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111020

Black with #111020

Text Example


Text Example

White with #111020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111020; }

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

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

background-color css

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

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

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

border-color css

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

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

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