Html Css Color HEX #101016 Black Russian

📋 copy color: '#101016'

red 16 ◦ green 16 ◦ blue 22

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

Shades of Black Russian #101016

Tints of Black Russian #101016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 40.74%

R = 29.63%
G = 29.63%
B = 40.74%

CMYK

 C value IS 0.27

 M value IS 0.27

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#101016 (or 0x101016) is known color: Black Russian. HEX triplet: 10, 10 and 16. RGB value is (16,16,22). Sum of RGB (Red+Green+Blue) = 16+16+22=54 (7% of max value = 765). Red value is 16 (6.64% from 255 or 29.63% from 54); Green value is 16 (6.64% from 255 or 29.63% from 54); Blue value is 22 (8.98% from 255 or 40.74% from 54); Max value from RGB is 22 - color contains mainly: blue. Hex color #101016 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101016 is #EFEFE9. Grayscale: #101010. Windows color (decimal): -15724522 or 1445904. OLE color: 1445904.

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

Color convert

RGB 16 16 22 -
CMYK 0.27 0.27 0 0.91
HSL 240º 0.16% 0.07% -
HSV(B) 240º 0.27% 0.09% -
XYZ 0.54 0.54 0.83 -
YUV 16.68 131 127.51 -
System Red Green Blue C M Y K H S L
Decimal 16 16 22 0.27 0.27 0 0.91 240 0.16 0.07
Hex 10 10 16 1B 1B 0 5B F0 10 7
Octal 20 20 26 33 33 0 133 360 20 7
Binary 10000 10000 10110 11011 11011 0 1011011 11110000 10000 111

Color Harmonies of #101016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #101016

Black with #101016

Text Example


Text Example

White with #101016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #101016; }

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

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

background-color css

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

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

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

border-color css

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

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

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