#100F31

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

Shades of Black Russian #100F31

Tints of Black Russian #100F31

Color information

#100F31 (or 0x100F31) is unknown color: approx Black Russian. HEX triplet: 10, 0F and 31. RGB value is (16,15,49). Sum of RGB (Red+Green+Blue) = 16+15+49=80 (10% of max value = 765). Red value is 16 (6.64% from 255 or 20% from 80); Green value is 15 (6.25% from 255 or 18.75% from 80); Blue value is 49 (19.53% from 255 or 61.25% from 80); Max value from RGB is 49 - color contains mainly: blue. Hex color #100F31 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100F31 is #EFF0CE. Grayscale: #131313. Windows color (decimal): -15724751 or 3215120. OLE color: 3215120.

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

Color convert

RGB161549-
CMYK0.670.6900.81
HSL241.76º53.12%12.55%-
HSV(B)241.76º69.39%19.22%-
XYZ0.940.672.99-
YUV19.17144.83125.74-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 20%
GREEN value IS 15 (6.25% from 255) = 18.75%
BLUE value IS 49 (19.53% from 255) = 61.25%
R=20%
G=18.75%
B=61.25%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1615490.670.6900.81241.7653.1212.55
Hex10F314345051f235d
Octal20176110310501213626515
Binary1000011111100011000011100010101010001111100101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #100F31; }

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

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

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

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

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

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

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

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