#100D27

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

Shades of Black Russian #100D27

Tints of Black Russian #100D27

Color information

#100D27 (or 0x100D27) is unknown color: approx Black Russian. HEX triplet: 10, 0D and 27. RGB value is (16,13,39). Sum of RGB (Red+Green+Blue) = 16+13+39=68 (9% of max value = 765). Red value is 16 (6.64% from 255 or 23.53% from 68); Green value is 13 (5.47% from 255 or 19.12% from 68); Blue value is 39 (15.62% from 255 or 57.35% from 68); Max value from RGB is 39 - color contains mainly: blue. Hex color #100D27 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100D27 is #EFF2D8. Grayscale: #101010. Windows color (decimal): -15725273 or 2559248. OLE color: 2559248.

HSL color Cylindrical-coordinate representation of color #100D27: hue angle of 246.92º degrees, saturation: 0.5, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #100D27 is Cyan = 0.59, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB161339-
CMYK0.590.6700.85
HSL246.92º50%10.2%-
HSV(B)246.92º66.67%15.29%-
XYZ0.720.541.99-
YUV16.86140.49127.39-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 23.53%
GREEN value IS 13 (5.47% from 255) = 19.12%
BLUE value IS 39 (15.62% from 255) = 57.35%
R=23.53%
G=19.12%
B=57.35%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1613390.590.6700.85246.925010.2
Hex10D273B43055f732a
Octal2015477310301253676212
Binary100001101100111111011100001101010101111101111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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