Html Css Color HEX #111220 Black Russian

📋 copy color: '#111220'

red 17 ◦ green 18 ◦ blue 32

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

Shades of Black Russian #111220

Tints of Black Russian #111220

RGB

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

 GREEN value IS 18 (7.42% from 255) = 26.87%

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

R = 25.37%
G = 26.87%
B = 47.76%

CMYK

 C value IS 0.47

 M value IS 0.44

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#111220 (or 0x111220) is known color: Black Russian. HEX triplet: 11, 12 and 20. RGB value is (17,18,32). Sum of RGB (Red+Green+Blue) = 17+18+32=67 (8% of max value = 765). Red value is 17 (7.03% from 255 or 25.37% from 67); Green value is 18 (7.42% from 255 or 26.87% from 67); Blue value is 32 (12.89% from 255 or 47.76% from 67); Max value from RGB is 32 - color contains mainly: blue. Hex color #111220 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111220 is #EEEDDF. Grayscale: #131313. Windows color (decimal): -15658464 or 2101777. OLE color: 2101777.

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

Color convert

RGB 17 18 32 -
CMYK 0.47 0.44 0 0.87
HSL 236º 0.31% 0.1% -
HSV(B) 236º 0.47% 0.13% -
XYZ 0.71 0.66 1.46 -
YUV 19.3 135.17 126.36 -
System Red Green Blue C M Y K H S L
Decimal 17 18 32 0.47 0.44 0 0.87 236 0.31 0.1
Hex 11 12 20 2F 2C 0 57 EC 1F A
Octal 21 22 40 57 54 0 127 354 37 12
Binary 10001 10010 100000 101111 101100 0 1010111 11101100 11111 1010

Color Harmonies of #111220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111220

Black with #111220

Text Example


Text Example

White with #111220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111220; }

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

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

background-color css

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

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

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

border-color css

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

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

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