#100D2C

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

Shades of Black Russian #100D2C

Tints of Black Russian #100D2C

Color information

#100D2C (or 0x100D2C) is unknown color: approx Black Russian. HEX triplet: 10, 0D and 2C. RGB value is (16,13,44). Sum of RGB (Red+Green+Blue) = 16+13+44=73 (9% of max value = 765). Red value is 16 (6.64% from 255 or 21.92% from 73); Green value is 13 (5.47% from 255 or 17.81% from 73); Blue value is 44 (17.58% from 255 or 60.27% from 73); Max value from RGB is 44 - color contains mainly: blue. Hex color #100D2C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100D2C is #EFF2D3. Grayscale: #111111. Windows color (decimal): -15725268 or 2886928. OLE color: 2886928.

HSL color Cylindrical-coordinate representation of color #100D2C: hue angle of 245.81º degrees, saturation: 0.54, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #100D2C is Cyan = 0.64, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB161344-
CMYK0.640.7000.83
HSL245.81º54.39%11.18%-
HSV(B)245.81º70.45%17.25%-
XYZ0.810.582.45-
YUV17.43142.99126.98-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 21.92%
GREEN value IS 13 (5.47% from 255) = 17.81%
BLUE value IS 44 (17.58% from 255) = 60.27%
R=21.92%
G=17.81%
B=60.27%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1613440.640.7000.83245.8154.3911.18
Hex10D2C4046053f636b
Octal20155410010601233666613
Binary1000011011011001000000100011001010011111101101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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