#101331

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

Shades of Black Russian #101331

Tints of Black Russian #101331

Color information

#101331 (or 0x101331) is unknown color: approx Black Russian. HEX triplet: 10, 13 and 31. RGB value is (16,19,49). Sum of RGB (Red+Green+Blue) = 16+19+49=84 (11% of max value = 765). Red value is 16 (6.64% from 255 or 19.05% from 84); Green value is 19 (7.81% from 255 or 22.62% from 84); Blue value is 49 (19.53% from 255 or 58.33% from 84); Max value from RGB is 49 - color contains mainly: blue. Hex color #101331 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #101331 is #EFECCE. Grayscale: #151515. Windows color (decimal): -15723727 or 3216144. OLE color: 3216144.

HSL color Cylindrical-coordinate representation of color #101331: hue angle of 234.55º degrees, saturation: 0.51, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #101331 is Cyan = 0.67, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB161949-
CMYK0.670.6100.81
HSL234.55º50.77%12.75%-
HSV(B)234.55º67.35%19.22%-
XYZ10.83.01-
YUV21.52143.51124.06-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 19.05%
GREEN value IS 19 (7.81% from 255) = 22.62%
BLUE value IS 49 (19.53% from 255) = 58.33%
R=19.05%
G=22.62%
B=58.33%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1619490.670.6100.81234.5550.7712.75
Hex101331433D051eb33d
Octal2023611037501213536315
Binary1000010011110001100001111110101010001111010111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101331; }

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

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

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

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

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

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

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

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