Html Css Color HEX #11141B Black Russian

📋 copy color: '#11141B'

red 17 ◦ green 20 ◦ blue 27

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

Shades of Black Russian #11141B

Tints of Black Russian #11141B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 31.25%

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

R = 26.56%
G = 31.25%
B = 42.19%

CMYK

 C value IS 0.37

 M value IS 0.26

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#11141B (or 0x11141B) is known color: Black Russian. HEX triplet: 11, 14 and 1B. RGB value is (17,20,27). Sum of RGB (Red+Green+Blue) = 17+20+27=64 (8% of max value = 765). Red value is 17 (7.03% from 255 or 26.56% from 64); Green value is 20 (8.20% from 255 or 31.25% from 64); Blue value is 27 (10.94% from 255 or 42.19% from 64); Max value from RGB is 27 - color contains mainly: blue. Hex color #11141B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11141B is #EEEBE4. Grayscale: #131313. Windows color (decimal): -15657957 or 1774609. OLE color: 1774609.

HSL color Cylindrical-coordinate representation of color #11141B: hue angle of 222º 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 #11141B is Cyan = 0.37, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 17 20 27 -
CMYK 0.37 0.26 0 0.89
HSL 222º 0.23% 0.09% -
HSV(B) 222º 0.37% 0.11% -
XYZ 0.68 0.7 1.14 -
YUV 19.9 132.01 125.93 -
System Red Green Blue C M Y K H S L
Decimal 17 20 27 0.37 0.26 0 0.89 222 0.23 0.09
Hex 11 14 1B 25 1A 0 59 DE 17 9
Octal 21 24 33 45 32 0 131 336 27 11
Binary 10001 10100 11011 100101 11010 0 1011001 11011110 10111 1001

Color Harmonies of #11141B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11141B

Black with #11141B

Text Example


Text Example

White with #11141B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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