Html Css Color HEX #11121D Black Russian

📋 copy color: '#11121D'

red 17 ◦ green 18 ◦ blue 29

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

Shades of Black Russian #11121D

Tints of Black Russian #11121D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 45.31%

R = 26.56%
G = 28.13%
B = 45.31%

CMYK

 C value IS 0.41

 M value IS 0.38

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#11121D (or 0x11121D) is known color: Black Russian. HEX triplet: 11, 12 and 1D. RGB value is (17,18,29). Sum of RGB (Red+Green+Blue) = 17+18+29=64 (8% of max value = 765). Red value is 17 (7.03% from 255 or 26.56% from 64); Green value is 18 (7.42% from 255 or 28.12% from 64); Blue value is 29 (11.72% from 255 or 45.31% from 64); Max value from RGB is 29 - color contains mainly: blue. Hex color #11121D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11121D is #EEEDE2. Grayscale: #121212. Windows color (decimal): -15658467 or 1905169. OLE color: 1905169.

HSL color Cylindrical-coordinate representation of color #11121D: hue angle of 235º degrees, saturation: 0.26, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #11121D is Cyan = 0.41, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 17 18 29 -
CMYK 0.41 0.38 0 0.89
HSL 235º 0.26% 0.09% -
HSV(B) 235º 0.41% 0.11% -
XYZ 0.67 0.64 1.25 -
YUV 18.96 133.67 126.61 -
System Red Green Blue C M Y K H S L
Decimal 17 18 29 0.41 0.38 0 0.89 235 0.26 0.09
Hex 11 12 1D 29 26 0 59 EB 1A 9
Octal 21 22 35 51 46 0 131 353 32 11
Binary 10001 10010 11101 101001 100110 0 1011001 11101011 11010 1001

Color Harmonies of #11121D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11121D

Black with #11121D

Text Example


Text Example

White with #11121D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11121D; }

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

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

background-color css

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

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

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

border-color css

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

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

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