Html Css Color HEX #11111B Black Russian

📋 copy color: '#11111B'

red 17 ◦ green 17 ◦ blue 27

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

Shades of Black Russian #11111B

Tints of Black Russian #11111B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 44.26%

R = 27.87%
G = 27.87%
B = 44.26%

CMYK

 C value IS 0.37

 M value IS 0.37

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#11111B (or 0x11111B) is known color: Black Russian. HEX triplet: 11, 11 and 1B. RGB value is (17,17,27). Sum of RGB (Red+Green+Blue) = 17+17+27=61 (8% of max value = 765). Red value is 17 (7.03% from 255 or 27.87% from 61); Green value is 17 (7.03% from 255 or 27.87% from 61); Blue value is 27 (10.94% from 255 or 44.26% from 61); Max value from RGB is 27 - color contains mainly: blue. Hex color #11111B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11111B is #EEEEE4. Grayscale: #121212. Windows color (decimal): -15658725 or 1773841. OLE color: 1773841.

HSL color Cylindrical-coordinate representation of color #11111B: hue angle of 240º degrees, saturation: 0.23, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #11111B is Cyan = 0.37, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 17 17 27 -
CMYK 0.37 0.37 0 0.89
HSL 240º 0.23% 0.09% -
HSV(B) 240º 0.37% 0.11% -
XYZ 0.63 0.6 1.12 -
YUV 18.14 133 127.19 -
System Red Green Blue C M Y K H S L
Decimal 17 17 27 0.37 0.37 0 0.89 240 0.23 0.09
Hex 11 11 1B 25 25 0 59 F0 17 9
Octal 21 21 33 45 45 0 131 360 27 11
Binary 10001 10001 11011 100101 100101 0 1011001 11110000 10111 1001

Color Harmonies of #11111B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11111B

Black with #11111B

Text Example


Text Example

White with #11111B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11111B; }

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

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

background-color css

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

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

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

border-color css

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

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

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