Html Css Color HEX #111122 Black Russian

📋 copy color: '#111122'

red 17 ◦ green 17 ◦ blue 34

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

Shades of Black Russian #111122

Tints of Black Russian #111122

RGB

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

 GREEN value IS 17 (7.03% from 255) = 25%

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

R = 25%
G = 25%
B = 50%

CMYK

 C value IS 0.50

 M value IS 0.50

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#111122 (or 0x111122) is known color: Black Russian. HEX triplet: 11, 11 and 22. RGB value is (17,17,34). Sum of RGB (Red+Green+Blue) = 17+17+34=68 (9% of max value = 765). Red value is 17 (7.03% from 255 or 25% from 68); Green value is 17 (7.03% from 255 or 25% from 68); Blue value is 34 (13.67% from 255 or 50% from 68); Max value from RGB is 34 - color contains mainly: blue. Hex color #111122 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111122 is #EEEEDD. Grayscale: #121212. Windows color (decimal): -15658718 or 2232593. OLE color: 2232593.

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

Color convert

RGB 17 17 34 -
CMYK 0.50 0.50 0 0.87
HSL 240º 0.33% 0.1% -
HSV(B) 240º 0.5% 0.13% -
XYZ 0.72 0.64 1.6 -
YUV 18.94 136.5 126.62 -
System Red Green Blue C M Y K H S L
Decimal 17 17 34 0.50 0.50 0 0.87 240 0.33 0.1
Hex 11 11 22 32 32 0 57 F0 21 A
Octal 21 21 42 62 62 0 127 360 41 12
Binary 10001 10001 100010 110010 110010 0 1010111 11110000 100001 1010

Color Harmonies of #111122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111122

Black with #111122

Text Example


Text Example

White with #111122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111122; }

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

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

background-color css

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

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

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

border-color css

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

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

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