#100C27

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

Shades of Black Russian #100C27

Tints of Black Russian #100C27

Color information

#100C27 (or 0x100C27) is unknown color: approx Black Russian. HEX triplet: 10, 0C and 27. RGB value is (16,12,39). Sum of RGB (Red+Green+Blue) = 16+12+39=67 (8% of max value = 765). Red value is 16 (6.64% from 255 or 23.88% from 67); Green value is 12 (5.08% from 255 or 17.91% from 67); Blue value is 39 (15.62% from 255 or 58.21% from 67); Max value from RGB is 39 - color contains mainly: blue. Hex color #100C27 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100C27 is #EFF3D8. Grayscale: #101010. Windows color (decimal): -15725529 or 2558992. OLE color: 2558992.

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

Color convert

RGB161239-
CMYK0.590.6900.85
HSL248.89º52.94%10%-
HSV(B)248.89º69.23%15.29%-
XYZ0.710.521.98-
YUV16.27140.83127.8-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 23.88%
GREEN value IS 12 (5.08% from 255) = 17.91%
BLUE value IS 39 (15.62% from 255) = 58.21%
R=23.88%
G=17.91%
B=58.21%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1612390.590.6900.85248.8952.9410
Hex10C273B45055f935a
Octal2014477310501253716512
Binary100001100100111111011100010101010101111110011101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #100C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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