#0A101C

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

Shades of Black Russian #0A101C

Tints of Black Russian #0A101C

Color information

#0A101C (or 0x0A101C) is unknown color: approx Black Russian. HEX triplet: 0A, 10 and 1C. RGB value is (10,16,28). Sum of RGB (Red+Green+Blue) = 10+16+28=54 (7% of max value = 765). Red value is 10 (4.30% from 255 or 18.52% from 54); Green value is 16 (6.64% from 255 or 29.63% from 54); Blue value is 28 (11.33% from 255 or 51.85% from 54); Max value from RGB is 28 - color contains mainly: blue. Hex color #0A101C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A101C is #F5EFE3. Grayscale: #0F0F0F. Windows color (decimal): -16117732 or 1839114. OLE color: 1839114.

HSL color Cylindrical-coordinate representation of color #0A101C: hue angle of 220º degrees, saturation: 0.47, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #0A101C is Cyan = 0.64, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB101628-
CMYK0.640.4300.89
HSL220º47.37%7.45%-
HSV(B)220º64.29%10.98%-
XYZ0.520.521.17-
YUV15.57135.01124.02-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 18.52%
GREEN value IS 16 (6.64% from 255) = 29.63%
BLUE value IS 28 (11.33% from 255) = 51.85%
R=18.52%
G=29.63%
B=51.85%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1016280.640.4300.8922047.377.45
HexA101C402B059dc2f7
Octal122034100530131334577
Binary1010100001110010000001010110101100111011100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A101C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A101C; }

 p { color: rgb(10,16,28); }

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

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

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

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

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

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

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