Html Css Color HEX #101014 Black Russian

📋 copy color: '#101014'

red 16 ◦ green 16 ◦ blue 20

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

Shades of Black Russian #101014

Tints of Black Russian #101014

RGB

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

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

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

R = 30.77%
G = 30.77%
B = 38.46%

CMYK

 C value IS 0.20

 M value IS 0.20

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#101014 (or 0x101014) is known color: Black Russian. HEX triplet: 10, 10 and 14. RGB value is (16,16,20). Sum of RGB (Red+Green+Blue) = 16+16+20=52 (6% of max value = 765). Red value is 16 (6.64% from 255 or 30.77% from 52); Green value is 16 (6.64% from 255 or 30.77% from 52); Blue value is 20 (8.20% from 255 or 38.46% from 52); Max value from RGB is 20 - color contains mainly: blue. Hex color #101014 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101014 is #EFEFEB. Grayscale: #101010. Windows color (decimal): -15724524 or 1314832. OLE color: 1314832.

HSL color Cylindrical-coordinate representation of color #101014: hue angle of 240º 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 #101014 is Cyan = 0.20, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 16 16 20 -
CMYK 0.20 0.20 0 0.92
HSL 240º 0.11% 0.07% -
HSV(B) 240º 0.2% 0.08% -
XYZ 0.53 0.53 0.74 -
YUV 16.46 130 127.67 -
System Red Green Blue C M Y K H S L
Decimal 16 16 20 0.20 0.20 0 0.92 240 0.11 0.07
Hex 10 10 14 14 14 0 5C F0 B 7
Octal 20 20 24 24 24 0 134 360 13 7
Binary 10000 10000 10100 10100 10100 0 1011100 11110000 1011 111

Color Harmonies of #101014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #101014

Black with #101014

Text Example


Text Example

White with #101014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #101014; }

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

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

background-color css

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

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

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

border-color css

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

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

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