Html Css Color HEX #101420 Black Russian

📋 copy color: '#101420'

red 16 ◦ green 20 ◦ blue 32

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

Shades of Black Russian #101420

Tints of Black Russian #101420

RGB

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

 GREEN value IS 20 (8.2% from 255) = 29.41%

 BLUE value IS 32 (12.89% from 255) = 47.06%

R = 23.53%
G = 29.41%
B = 47.06%

CMYK

 C value IS 0.5

 M value IS 0.37

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#101420 (or 0x101420) is known color: Black Russian. HEX triplet: 10, 14 and 20. RGB value is (16,20,32). Sum of RGB (Red+Green+Blue) = 16+20+32=68 (9% of max value = 765). Red value is 16 (6.64% from 255 or 23.53% from 68); Green value is 20 (8.20% from 255 or 29.41% from 68); Blue value is 32 (12.89% from 255 or 47.06% from 68); Max value from RGB is 32 - color contains mainly: blue. Hex color #101420 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #101420 is #EFEBDF. Grayscale: #141414. Windows color (decimal): -15723488 or 2102288. OLE color: 2102288.

HSL color Cylindrical-coordinate representation of color #101420: hue angle of 225º degrees, saturation: 0.33, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #101420 is Cyan = 0.5, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 16 20 32 -
CMYK 0.5 0.37 0 0.87
HSL 225º 0.33% 0.09% -
HSV(B) 225º 0.5% 0.13% -
XYZ 0.72 0.71 1.47 -
YUV 20.17 134.67 125.02 -
System Red Green Blue C M Y K H S L
Decimal 16 20 32 0.5 0.37 0 0.87 225 0.33 0.09
Hex 10 14 20 32 25 0 57 E1 21 9
Octal 20 24 40 62 45 0 127 341 41 11
Binary 10000 10100 100000 110010 100101 0 1010111 11100001 100001 1001

Color Harmonies of #101420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #101420

Black with #101420

Text Example


Text Example

White with #101420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #101420; }

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

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

background-color css

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

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

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

border-color css

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

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

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