#101326

Color #101326 Black Russian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Russian #101326

Tints of Black Russian #101326

Color information

#101326 (or 0x101326) is unknown color: approx Black Russian. HEX triplet: 10, 13 and 26. RGB value is (16,19,38). Sum of RGB (Red+Green+Blue) = 16+19+38=73 (9% of max value = 765). Red value is 16 (6.64% from 255 or 21.92% from 73); Green value is 19 (7.81% from 255 or 26.03% from 73); Blue value is 38 (15.23% from 255 or 52.05% from 73); Max value from RGB is 38 - color contains mainly: blue. Hex color #101326 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #101326 is #EFECD9. Grayscale: #141414. Windows color (decimal): -15723738 or 2495248. OLE color: 2495248.

HSL color Cylindrical-coordinate representation of color #101326: hue angle of 231.82º degrees, saturation: 0.41, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #101326 is Cyan = 0.58, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB161938-
CMYK0.580.5000.85
HSL231.82º40.74%10.59%-
HSV(B)231.82º57.89%14.9%-
XYZ0.80.721.93-
YUV20.27138.01124.96-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 21.92%
GREEN value IS 19 (7.81% from 255) = 26.03%
BLUE value IS 38 (15.23% from 255) = 52.05%
R=21.92%
G=26.03%
B=52.05%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1619380.580.5000.85231.8240.7410.59
Hex1013263A32055e829b
Octal202346726201253505113
Binary100001001110011011101011001001010101111010001010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101326; }

 p { color: rgb(16,19,38); }

 H1.HeaderClassName
 {
   color: #101326;
 }
 .AnyTagClassName
 {
   color: #101326;
 }
</style>
background-color css

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

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

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

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

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

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