Html Css Color HEX #11112B Black Russian

📋 copy color: '#11112B'

red 17 ◦ green 17 ◦ blue 43

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

Shades of Black Russian #11112B

Tints of Black Russian #11112B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 55.84%

R = 22.08%
G = 22.08%
B = 55.84%

CMYK

 C value IS 0.60

 M value IS 0.60

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#11112B (or 0x11112B) is known color: Black Russian. HEX triplet: 11, 11 and 2B. RGB value is (17,17,43). Sum of RGB (Red+Green+Blue) = 17+17+43=77 (10% of max value = 765). Red value is 17 (7.03% from 255 or 22.08% from 77); Green value is 17 (7.03% from 255 or 22.08% from 77); Blue value is 43 (17.19% from 255 or 55.84% from 77); Max value from RGB is 43 - color contains mainly: blue. Hex color #11112B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11112B is #EEEED4. Grayscale: #131313. Windows color (decimal): -15658709 or 2822417. OLE color: 2822417.

HSL color Cylindrical-coordinate representation of color #11112B: hue angle of 240º degrees, saturation: 0.43, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #11112B is Cyan = 0.60, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 17 17 43 -
CMYK 0.60 0.60 0 0.83
HSL 240º 0.43% 0.12% -
HSV(B) 240º 0.6% 0.17% -
XYZ 0.87 0.69 2.37 -
YUV 19.96 141 125.89 -
System Red Green Blue C M Y K H S L
Decimal 17 17 43 0.60 0.60 0 0.83 240 0.43 0.12
Hex 11 11 2B 3C 3C 0 53 F0 2B C
Octal 21 21 53 74 74 0 123 360 53 14
Binary 10001 10001 101011 111100 111100 0 1010011 11110000 101011 1100

Color Harmonies of #11112B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11112B

Black with #11112B

Text Example


Text Example

White with #11112B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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