Html Css Color HEX #101217 Black Russian

📋 copy color: '#101217'

red 16 ◦ green 18 ◦ blue 23

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

Shades of Black Russian #101217

Tints of Black Russian #101217

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 40.35%

R = 28.07%
G = 31.58%
B = 40.35%

CMYK

 C value IS 0.30

 M value IS 0.22

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#101217 (or 0x101217) is known color: Black Russian. HEX triplet: 10, 12 and 17. RGB value is (16,18,23). Sum of RGB (Red+Green+Blue) = 16+18+23=57 (7% of max value = 765). Red value is 16 (6.64% from 255 or 28.07% from 57); Green value is 18 (7.42% from 255 or 31.58% from 57); Blue value is 23 (9.38% from 255 or 40.35% from 57); Max value from RGB is 23 - color contains mainly: blue. Hex color #101217 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101217 is #EFEDE8. Grayscale: #111111. Windows color (decimal): -15724009 or 1511952. OLE color: 1511952.

HSL color Cylindrical-coordinate representation of color #101217: hue angle of 222.86º degrees, saturation: 0.18, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #101217 is Cyan = 0.30, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 16 18 23 -
CMYK 0.30 0.22 0 0.91
HSL 222.86º 0.18% 0.08% -
HSV(B) 222.86º 0.3% 0.09% -
XYZ 0.58 0.6 0.9 -
YUV 17.97 130.84 126.59 -
System Red Green Blue C M Y K H S L
Decimal 16 18 23 0.30 0.22 0 0.91 222.86 0.18 0.08
Hex 10 12 17 1E 16 0 5B DF 12 8
Octal 20 22 27 36 26 0 133 337 22 10
Binary 10000 10010 10111 11110 10110 0 1011011 11011111 10010 1000

Color Harmonies of #101217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #101217

Black with #101217

Text Example


Text Example

White with #101217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #101217; }

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

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

background-color css

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

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

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

border-color css

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

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

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