Html Css Color HEX #111221 Black Russian

📋 copy color: '#111221'

red 17 ◦ green 18 ◦ blue 33

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

Shades of Black Russian #111221

Tints of Black Russian #111221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 48.53%

R = 25%
G = 26.47%
B = 48.53%

CMYK

 C value IS 0.48

 M value IS 0.45

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#111221 (or 0x111221) is known color: Black Russian. HEX triplet: 11, 12 and 21. RGB value is (17,18,33). Sum of RGB (Red+Green+Blue) = 17+18+33=68 (9% of max value = 765). Red value is 17 (7.03% from 255 or 25% from 68); Green value is 18 (7.42% from 255 or 26.47% from 68); Blue value is 33 (13.28% from 255 or 48.53% from 68); Max value from RGB is 33 - color contains mainly: blue. Hex color #111221 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111221 is #EEEDDE. Grayscale: #131313. Windows color (decimal): -15658463 or 2167313. OLE color: 2167313.

HSL color Cylindrical-coordinate representation of color #111221: hue angle of 236.25º degrees, saturation: 0.32, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #111221 is Cyan = 0.48, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 17 18 33 -
CMYK 0.48 0.45 0 0.87
HSL 236.25º 0.32% 0.1% -
HSV(B) 236.25º 0.48% 0.13% -
XYZ 0.72 0.66 1.53 -
YUV 19.41 135.67 126.28 -
System Red Green Blue C M Y K H S L
Decimal 17 18 33 0.48 0.45 0 0.87 236.25 0.32 0.1
Hex 11 12 21 30 2D 0 57 EC 20 A
Octal 21 22 41 60 55 0 127 354 40 12
Binary 10001 10010 100001 110000 101101 0 1010111 11101100 100000 1010

Color Harmonies of #111221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111221

Black with #111221

Text Example


Text Example

White with #111221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111221; }

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

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

background-color css

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

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

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

border-color css

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

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

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