Html Css Color HEX #101114 Black Russian

📋 copy color: '#101114'

red 16 ◦ green 17 ◦ blue 20

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

Shades of Black Russian #101114

Tints of Black Russian #101114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 37.74%

R = 30.19%
G = 32.08%
B = 37.74%

CMYK

 C value IS 0.20

 M value IS 0.15

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#101114 (or 0x101114) is known color: Black Russian. HEX triplet: 10, 11 and 14. RGB value is (16,17,20). Sum of RGB (Red+Green+Blue) = 16+17+20=53 (7% of max value = 765). Red value is 16 (6.64% from 255 or 30.19% from 53); Green value is 17 (7.03% from 255 or 32.08% from 53); Blue value is 20 (8.20% from 255 or 37.74% from 53); Max value from RGB is 20 - color contains mainly: blue. Hex color #101114 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101114 is #EFEEEB. Grayscale: #111111. Windows color (decimal): -15724268 or 1315088. OLE color: 1315088.

HSL color Cylindrical-coordinate representation of color #101114: hue angle of 225º degrees, saturation: 0.11, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #101114 is Cyan = 0.20, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 16 17 20 -
CMYK 0.20 0.15 0 0.92
HSL 225º 0.11% 0.07% -
HSV(B) 225º 0.2% 0.08% -
XYZ 0.54 0.56 0.74 -
YUV 17.04 129.67 127.26 -
System Red Green Blue C M Y K H S L
Decimal 16 17 20 0.20 0.15 0 0.92 225 0.11 0.07
Hex 10 11 14 14 F 0 5C E1 B 7
Octal 20 21 24 24 17 0 134 341 13 7
Binary 10000 10001 10100 10100 1111 0 1011100 11100001 1011 111

Color Harmonies of #101114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #101114

Black with #101114

Text Example


Text Example

White with #101114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #101114; }

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

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

background-color css

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

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

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

border-color css

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

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

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