Html Css Color HEX #101216 Black Russian

📋 copy color: '#101216'

red 16 ◦ green 18 ◦ blue 22

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

Shades of Black Russian #101216

Tints of Black Russian #101216

RGB

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

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

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

R = 28.57%
G = 32.14%
B = 39.29%

CMYK

 C value IS 0.27

 M value IS 0.18

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#101216 (or 0x101216) is known color: Black Russian. HEX triplet: 10, 12 and 16. RGB value is (16,18,22). Sum of RGB (Red+Green+Blue) = 16+18+22=56 (7% of max value = 765). Red value is 16 (6.64% from 255 or 28.57% from 56); Green value is 18 (7.42% from 255 or 32.14% from 56); Blue value is 22 (8.98% from 255 or 39.29% from 56); Max value from RGB is 22 - color contains mainly: blue. Hex color #101216 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101216 is #EFEDE9. Grayscale: #111111. Windows color (decimal): -15724010 or 1446416. OLE color: 1446416.

HSL color Cylindrical-coordinate representation of color #101216: hue angle of 220º 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 #101216 is Cyan = 0.27, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 16 18 22 -
CMYK 0.27 0.18 0 0.91
HSL 220º 0.16% 0.07% -
HSV(B) 220º 0.27% 0.09% -
XYZ 0.57 0.6 0.84 -
YUV 17.86 130.34 126.67 -
System Red Green Blue C M Y K H S L
Decimal 16 18 22 0.27 0.18 0 0.91 220 0.16 0.07
Hex 10 12 16 1B 12 0 5B DC 10 7
Octal 20 22 26 33 22 0 133 334 20 7
Binary 10000 10010 10110 11011 10010 0 1011011 11011100 10000 111

Color Harmonies of #101216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #101216

Black with #101216

Text Example


Text Example

White with #101216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #101216; }

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

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

background-color css

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

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

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

border-color css

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

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

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