Html Css Color HEX #101118 Black Russian

📋 copy color: '#101118'

red 16 ◦ green 17 ◦ blue 24

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

Shades of Black Russian #101118

Tints of Black Russian #101118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 42.11%

R = 28.07%
G = 29.82%
B = 42.11%

CMYK

 C value IS 0.33

 M value IS 0.29

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#101118 (or 0x101118) is known color: Black Russian. HEX triplet: 10, 11 and 18. RGB value is (16,17,24). Sum of RGB (Red+Green+Blue) = 16+17+24=57 (7% of max value = 765). Red value is 16 (6.64% from 255 or 28.07% from 57); Green value is 17 (7.03% from 255 or 29.82% from 57); Blue value is 24 (9.77% from 255 or 42.11% from 57); Max value from RGB is 24 - color contains mainly: blue. Hex color #101118 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101118 is #EFEEE7. Grayscale: #111111. Windows color (decimal): -15724264 or 1577232. OLE color: 1577232.

HSL color Cylindrical-coordinate representation of color #101118: hue angle of 232.5º degrees, saturation: 0.2, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #101118 is Cyan = 0.33, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 16 17 24 -
CMYK 0.33 0.29 0 0.91
HSL 232.5º 0.2% 0.08% -
HSV(B) 232.5º 0.33% 0.09% -
XYZ 0.58 0.58 0.95 -
YUV 17.5 131.67 126.93 -
System Red Green Blue C M Y K H S L
Decimal 16 17 24 0.33 0.29 0 0.91 232.5 0.2 0.08
Hex 10 11 18 21 1D 0 5B E8 14 8
Octal 20 21 30 41 35 0 133 350 24 10
Binary 10000 10001 11000 100001 11101 0 1011011 11101000 10100 1000

Color Harmonies of #101118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #101118

Black with #101118

Text Example


Text Example

White with #101118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #101118; }

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

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

background-color css

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

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

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

border-color css

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

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

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