#101027

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

Shades of Black Russian #101027

Tints of Black Russian #101027

Color information

#101027 (or 0x101027) is unknown color: approx Black Russian. HEX triplet: 10, 10 and 27. RGB value is (16,16,39). Sum of RGB (Red+Green+Blue) = 16+16+39=71 (9% of max value = 765). Red value is 16 (6.64% from 255 or 22.54% from 71); Green value is 16 (6.64% from 255 or 22.54% from 71); Blue value is 39 (15.62% from 255 or 54.93% from 71); Max value from RGB is 39 - color contains mainly: blue. Hex color #101027 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #101027 is #EFEFD8. Grayscale: #121212. Windows color (decimal): -15724505 or 2560016. OLE color: 2560016.

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

Color convert

RGB161639-
CMYK0.590.5900.85
HSL240º41.82%10.78%-
HSV(B)240º58.97%15.29%-
XYZ0.770.632-
YUV18.62139.5126.13-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 22.54%
GREEN value IS 16 (6.64% from 255) = 22.54%
BLUE value IS 39 (15.62% from 255) = 54.93%
R=22.54%
G=22.54%
B=54.93%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1616390.590.5900.8524041.8210.78
Hex1010273B3B055f02ab
Octal202047737301253605213
Binary100001000010011111101111101101010101111100001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101027; }

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

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

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

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

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

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

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

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