Html Css Color HEX #111222 Black Russian

📋 copy color: '#111222'

red 17 ◦ green 18 ◦ blue 34

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

Shades of Black Russian #111222

Tints of Black Russian #111222

RGB

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

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

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

R = 24.64%
G = 26.09%
B = 49.28%

CMYK

 C value IS 0.50

 M value IS 0.47

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#111222 (or 0x111222) is known color: Black Russian. HEX triplet: 11, 12 and 22. RGB value is (17,18,34). Sum of RGB (Red+Green+Blue) = 17+18+34=69 (9% of max value = 765). Red value is 17 (7.03% from 255 or 24.64% from 69); Green value is 18 (7.42% from 255 or 26.09% from 69); Blue value is 34 (13.67% from 255 or 49.28% from 69); Max value from RGB is 34 - color contains mainly: blue. Hex color #111222 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111222 is #EEEDDD. Grayscale: #131313. Windows color (decimal): -15658462 or 2232849. OLE color: 2232849.

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

Color convert

RGB 17 18 34 -
CMYK 0.50 0.47 0 0.87
HSL 236.47º 0.33% 0.1% -
HSV(B) 236.47º 0.5% 0.13% -
XYZ 0.74 0.67 1.6 -
YUV 19.53 136.17 126.2 -
System Red Green Blue C M Y K H S L
Decimal 17 18 34 0.50 0.47 0 0.87 236.47 0.33 0.1
Hex 11 12 22 32 2F 0 57 EC 21 A
Octal 21 22 42 62 57 0 127 354 41 12
Binary 10001 10010 100010 110010 101111 0 1010111 11101100 100001 1010

Color Harmonies of #111222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111222

Black with #111222

Text Example


Text Example

White with #111222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111222; }

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

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

background-color css

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

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

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

border-color css

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

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

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