Html Css Color HEX #111522 Black Russian

📋 copy color: '#111522'

red 17 ◦ green 21 ◦ blue 34

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

Shades of Black Russian #111522

Tints of Black Russian #111522

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 47.22%

R = 23.61%
G = 29.17%
B = 47.22%

CMYK

 C value IS 0.50

 M value IS 0.38

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#111522 (or 0x111522) is known color: Black Russian. HEX triplet: 11, 15 and 22. RGB value is (17,21,34). Sum of RGB (Red+Green+Blue) = 17+21+34=72 (9% of max value = 765). Red value is 17 (7.03% from 255 or 23.61% from 72); Green value is 21 (8.59% from 255 or 29.17% from 72); Blue value is 34 (13.67% from 255 or 47.22% from 72); Max value from RGB is 34 - color contains mainly: blue. Hex color #111522 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111522 is #EEEADD. Grayscale: #151515. Windows color (decimal): -15657694 or 2233617. OLE color: 2233617.

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

Color convert

RGB 17 21 34 -
CMYK 0.50 0.38 0 0.87
HSL 225.88º 0.33% 0.1% -
HSV(B) 225.88º 0.5% 0.13% -
XYZ 0.79 0.77 1.62 -
YUV 21.29 135.17 124.94 -
System Red Green Blue C M Y K H S L
Decimal 17 21 34 0.50 0.38 0 0.87 225.88 0.33 0.1
Hex 11 15 22 32 26 0 57 E2 21 A
Octal 21 25 42 62 46 0 127 342 41 12
Binary 10001 10101 100010 110010 100110 0 1010111 11100010 100001 1010

Color Harmonies of #111522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111522

Black with #111522

Text Example


Text Example

White with #111522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111522; }

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

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

background-color css

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

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

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

border-color css

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

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

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