Html Css Color HEX #101013 Black Russian

📋 copy color: '#101013'

red 16 ◦ green 16 ◦ blue 19

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

Shades of Black Russian #101013

Tints of Black Russian #101013

RGB

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

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

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

R = 31.37%
G = 31.37%
B = 37.25%

CMYK

 C value IS 0.16

 M value IS 0.16

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#101013 (or 0x101013) is known color: Black Russian. HEX triplet: 10, 10 and 13. RGB value is (16,16,19). Sum of RGB (Red+Green+Blue) = 16+16+19=51 (6% of max value = 765). Red value is 16 (6.64% from 255 or 31.37% from 51); Green value is 16 (6.64% from 255 or 31.37% from 51); Blue value is 19 (7.81% from 255 or 37.25% from 51); Max value from RGB is 19 - color contains mainly: blue. Hex color #101013 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101013 is #EFEFEC. Grayscale: #101010. Windows color (decimal): -15724525 or 1249296. OLE color: 1249296.

HSL color Cylindrical-coordinate representation of color #101013: hue angle of 240º 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 #101013 is Cyan = 0.16, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 16 16 19 -
CMYK 0.16 0.16 0 0.93
HSL 240º 0.09% 0.07% -
HSV(B) 240º 0.16% 0.07% -
XYZ 0.52 0.53 0.69 -
YUV 16.34 129.5 127.76 -
System Red Green Blue C M Y K H S L
Decimal 16 16 19 0.16 0.16 0 0.93 240 0.09 0.07
Hex 10 10 13 10 10 0 5D F0 9 7
Octal 20 20 23 20 20 0 135 360 11 7
Binary 10000 10000 10011 10000 10000 0 1011101 11110000 1001 111

Color Harmonies of #101013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #101013

Black with #101013

Text Example


Text Example

White with #101013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #101013; }

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

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

background-color css

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

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

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

border-color css

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

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

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