Html Css Color HEX #111114 Black Russian

📋 copy color: '#111114'

red 17 ◦ green 17 ◦ blue 20

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

Shades of Black Russian #111114

Tints of Black Russian #111114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 37.04%

R = 31.48%
G = 31.48%
B = 37.04%

CMYK

 C value IS 0.15

 M value IS 0.15

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#111114 (or 0x111114) is known color: Black Russian. HEX triplet: 11, 11 and 14. RGB value is (17,17,20). Sum of RGB (Red+Green+Blue) = 17+17+20=54 (7% of max value = 765). Red value is 17 (7.03% from 255 or 31.48% from 54); Green value is 17 (7.03% from 255 or 31.48% from 54); Blue value is 20 (8.20% from 255 or 37.04% from 54); Max value from RGB is 20 - color contains mainly: blue. Hex color #111114 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111114 is #EEEEEB. Grayscale: #111111. Windows color (decimal): -15658732 or 1315089. OLE color: 1315089.

HSL color Cylindrical-coordinate representation of color #111114: hue angle of 240º degrees, saturation: 0.08, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #111114 is Cyan = 0.15, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 17 17 20 -
CMYK 0.15 0.15 0 0.92
HSL 240º 0.08% 0.07% -
HSV(B) 240º 0.15% 0.08% -
XYZ 0.56 0.57 0.74 -
YUV 17.34 129.5 127.76 -
System Red Green Blue C M Y K H S L
Decimal 17 17 20 0.15 0.15 0 0.92 240 0.08 0.07
Hex 11 11 14 F F 0 5C F0 8 7
Octal 21 21 24 17 17 0 134 360 10 7
Binary 10001 10001 10100 1111 1111 0 1011100 11110000 1000 111

Color Harmonies of #111114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111114

Black with #111114

Text Example


Text Example

White with #111114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111114; }

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

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

background-color css

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

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

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

border-color css

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

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

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