Html Css Color HEX #111215 Black Russian

📋 copy color: '#111215'

red 17 ◦ green 18 ◦ blue 21

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

Shades of Black Russian #111215

Tints of Black Russian #111215

RGB

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

 GREEN value IS 18 (7.42% from 255) = 32.14%

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

R = 30.36%
G = 32.14%
B = 37.5%

CMYK

 C value IS 0.19

 M value IS 0.14

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#111215 (or 0x111215) is known color: Black Russian. HEX triplet: 11, 12 and 15. RGB value is (17,18,21). Sum of RGB (Red+Green+Blue) = 17+18+21=56 (7% of max value = 765). Red value is 17 (7.03% from 255 or 30.36% from 56); Green value is 18 (7.42% from 255 or 32.14% from 56); Blue value is 21 (8.59% from 255 or 37.5% from 56); Max value from RGB is 21 - color contains mainly: blue. Hex color #111215 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111215 is #EEEDEA. Grayscale: #121212. Windows color (decimal): -15658475 or 1380881. OLE color: 1380881.

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

Color convert

RGB 17 18 21 -
CMYK 0.19 0.14 0 0.92
HSL 225º 0.11% 0.07% -
HSV(B) 225º 0.19% 0.08% -
XYZ 0.58 0.61 0.8 -
YUV 18.04 129.67 127.26 -
System Red Green Blue C M Y K H S L
Decimal 17 18 21 0.19 0.14 0 0.92 225 0.11 0.07
Hex 11 12 15 13 E 0 5C E1 B 7
Octal 21 22 25 23 16 0 134 341 13 7
Binary 10001 10010 10101 10011 1110 0 1011100 11100001 1011 111

Color Harmonies of #111215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111215

Black with #111215

Text Example


Text Example

White with #111215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111215; }

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

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

background-color css

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

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

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

border-color css

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

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

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