Html Css Color HEX #111015 Black Russian

📋 copy color: '#111015'

red 17 ◦ green 16 ◦ blue 21

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

Shades of Black Russian #111015

Tints of Black Russian #111015

RGB

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

 GREEN value IS 16 (6.64% from 255) = 29.63%

 BLUE value IS 21 (8.59% from 255) = 38.89%

R = 31.48%
G = 29.63%
B = 38.89%

CMYK

 C value IS 0.19

 M value IS 0.24

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#111015 (or 0x111015) is known color: Black Russian. HEX triplet: 11, 10 and 15. RGB value is (17,16,21). Sum of RGB (Red+Green+Blue) = 17+16+21=54 (7% of max value = 765). Red value is 17 (7.03% from 255 or 31.48% from 54); Green value is 16 (6.64% from 255 or 29.63% from 54); Blue value is 21 (8.59% from 255 or 38.89% from 54); Max value from RGB is 21 - color contains mainly: blue. Hex color #111015 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111015 is #EEEFEA. Grayscale: #101010. Windows color (decimal): -15658987 or 1380369. OLE color: 1380369.

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

Color convert

RGB 17 16 21 -
CMYK 0.19 0.24 0 0.92
HSL 252º 0.14% 0.07% -
HSV(B) 252º 0.24% 0.08% -
XYZ 0.55 0.54 0.79 -
YUV 16.87 130.33 128.09 -
System Red Green Blue C M Y K H S L
Decimal 17 16 21 0.19 0.24 0 0.92 252 0.14 0.07
Hex 11 10 15 13 18 0 5C FC E 7
Octal 21 20 25 23 30 0 134 374 16 7
Binary 10001 10000 10101 10011 11000 0 1011100 11111100 1110 111

Color Harmonies of #111015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111015

Black with #111015

Text Example


Text Example

White with #111015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111015; }

 p { color: rgb(17,16,21); }

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

background-color css

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

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

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

border-color css

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

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

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