Html Css Color HEX #111021 Black Russian

📋 copy color: '#111021'

red 17 ◦ green 16 ◦ blue 33

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

Shades of Black Russian #111021

Tints of Black Russian #111021

RGB

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

 GREEN value IS 16 (6.64% from 255) = 24.24%

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

R = 25.76%
G = 24.24%
B = 50%

CMYK

 C value IS 0.48

 M value IS 0.52

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#111021 (or 0x111021) is known color: Black Russian. HEX triplet: 11, 10 and 21. RGB value is (17,16,33). Sum of RGB (Red+Green+Blue) = 17+16+33=66 (8% of max value = 765). Red value is 17 (7.03% from 255 or 25.76% from 66); Green value is 16 (6.64% from 255 or 24.24% from 66); Blue value is 33 (13.28% from 255 or 50% from 66); Max value from RGB is 33 - color contains mainly: blue. Hex color #111021 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111021 is #EEEFDE. Grayscale: #121212. Windows color (decimal): -15658975 or 2166801. OLE color: 2166801.

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

Color convert

RGB 17 16 33 -
CMYK 0.48 0.52 0 0.87
HSL 243.53º 0.35% 0.1% -
HSV(B) 243.53º 0.52% 0.13% -
XYZ 0.69 0.6 1.52 -
YUV 18.24 136.33 127.12 -
System Red Green Blue C M Y K H S L
Decimal 17 16 33 0.48 0.52 0 0.87 243.53 0.35 0.1
Hex 11 10 21 30 34 0 57 F4 23 A
Octal 21 20 41 60 64 0 127 364 43 12
Binary 10001 10000 100001 110000 110100 0 1010111 11110100 100011 1010

Color Harmonies of #111021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111021

Black with #111021

Text Example


Text Example

White with #111021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111021; }

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

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

background-color css

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

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

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

border-color css

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

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

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