Html Css Color HEX #101113 Black Russian

📋 copy color: '#101113'

red 16 ◦ green 17 ◦ blue 19

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

Shades of Black Russian #101113

Tints of Black Russian #101113

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 36.54%

R = 30.77%
G = 32.69%
B = 36.54%

CMYK

 C value IS 0.16

 M value IS 0.11

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#101113 (or 0x101113) is known color: Black Russian. HEX triplet: 10, 11 and 13. RGB value is (16,17,19). Sum of RGB (Red+Green+Blue) = 16+17+19=52 (6% of max value = 765). Red value is 16 (6.64% from 255 or 30.77% from 52); Green value is 17 (7.03% from 255 or 32.69% from 52); Blue value is 19 (7.81% from 255 or 36.54% from 52); Max value from RGB is 19 - color contains mainly: blue. Hex color #101113 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101113 is #EFEEEC. Grayscale: #101010. Windows color (decimal): -15724269 or 1249552. OLE color: 1249552.

HSL color Cylindrical-coordinate representation of color #101113: hue angle of 220º degrees, saturation: 0.09, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #101113 is Cyan = 0.16, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 16 17 19 -
CMYK 0.16 0.11 0 0.93
HSL 220º 0.09% 0.07% -
HSV(B) 220º 0.16% 0.07% -
XYZ 0.53 0.56 0.7 -
YUV 16.93 129.17 127.34 -
System Red Green Blue C M Y K H S L
Decimal 16 17 19 0.16 0.11 0 0.93 220 0.09 0.07
Hex 10 11 13 10 B 0 5D DC 9 7
Octal 20 21 23 20 13 0 135 334 11 7
Binary 10000 10001 10011 10000 1011 0 1011101 11011100 1001 111

Color Harmonies of #101113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #101113

Black with #101113

Text Example


Text Example

White with #101113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #101113; }

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

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

background-color css

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

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

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

border-color css

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

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

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