#100D1D

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

Shades of Black Russian #100D1D

Tints of Black Russian #100D1D

Color information

#100D1D (or 0x100D1D) is unknown color: approx Black Russian. HEX triplet: 10, 0D and 1D. RGB value is (16,13,29). Sum of RGB (Red+Green+Blue) = 16+13+29=58 (7% of max value = 765). Red value is 16 (6.64% from 255 or 27.59% from 58); Green value is 13 (5.47% from 255 or 22.41% from 58); Blue value is 29 (11.72% from 255 or 50% from 58); Max value from RGB is 29 - color contains mainly: blue. Hex color #100D1D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100D1D is #EFF2E2. Grayscale: #0F0F0F. Windows color (decimal): -15725283 or 1903888. OLE color: 1903888.

HSL color Cylindrical-coordinate representation of color #100D1D: hue angle of 251.25º degrees, saturation: 0.38, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #100D1D is Cyan = 0.45, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB161329-
CMYK0.450.5500.89
HSL251.25º38.1%8.24%-
HSV(B)251.25º55.17%11.37%-
XYZ0.580.491.23-
YUV15.72135.49128.2-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 27.59%
GREEN value IS 13 (5.47% from 255) = 22.41%
BLUE value IS 29 (11.72% from 255) = 50%
R=27.59%
G=22.41%
B=50%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1613290.450.5500.89251.2538.18.24
Hex10D1D2D37059fb268
Octal201535556701313734610
Binary1000011011110110110111011101011001111110111001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100D1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(16,13,29); }

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

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

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

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

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

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

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