Html Css Color HEX #101115 Black Russian

📋 copy color: '#101115'

red 16 ◦ green 17 ◦ blue 21

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

Shades of Black Russian #101115

Tints of Black Russian #101115

RGB

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

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

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

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

CMYK

 C value IS 0.24

 M value IS 0.19

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#101115 (or 0x101115) is known color: Black Russian. HEX triplet: 10, 11 and 15. RGB value is (16,17,21). Sum of RGB (Red+Green+Blue) = 16+17+21=54 (7% of max value = 765). Red value is 16 (6.64% from 255 or 29.63% from 54); Green value is 17 (7.03% from 255 or 31.48% 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 #101115 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101115 is #EFEEEA. Grayscale: #111111. Windows color (decimal): -15724267 or 1380624. OLE color: 1380624.

HSL color Cylindrical-coordinate representation of color #101115: hue angle of 228º 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 #101115 is Cyan = 0.24, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 16 17 21 -
CMYK 0.24 0.19 0 0.92
HSL 228º 0.14% 0.07% -
HSV(B) 228º 0.24% 0.08% -
XYZ 0.55 0.57 0.79 -
YUV 17.16 130.17 127.17 -
System Red Green Blue C M Y K H S L
Decimal 16 17 21 0.24 0.19 0 0.92 228 0.14 0.07
Hex 10 11 15 18 13 0 5C E4 E 7
Octal 20 21 25 30 23 0 134 344 16 7
Binary 10000 10001 10101 11000 10011 0 1011100 11100100 1110 111

Color Harmonies of #101115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #101115

Black with #101115

Text Example


Text Example

White with #101115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #101115; }

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

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

background-color css

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

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

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

border-color css

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

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

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