#0A101B

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

Shades of Black Russian #0A101B

Tints of Black Russian #0A101B

Color information

#0A101B (or 0x0A101B) is unknown color: approx Black Russian. HEX triplet: 0A, 10 and 1B. RGB value is (10,16,27). Sum of RGB (Red+Green+Blue) = 10+16+27=53 (7% of max value = 765). Red value is 10 (4.30% from 255 or 18.87% from 53); Green value is 16 (6.64% from 255 or 30.19% from 53); Blue value is 27 (10.94% from 255 or 50.94% from 53); Max value from RGB is 27 - color contains mainly: blue. Hex color #0A101B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A101B is #F5EFE4. Grayscale: #0F0F0F. Windows color (decimal): -16117733 or 1773578. OLE color: 1773578.

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

Color convert

RGB101627-
CMYK0.630.4100.89
HSL218.82º45.95%7.25%-
HSV(B)218.82º62.96%10.59%-
XYZ0.510.511.11-
YUV15.46134.51124.11-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 18.87%
GREEN value IS 16 (6.64% from 255) = 30.19%
BLUE value IS 27 (10.94% from 255) = 50.94%
R=18.87%
G=30.19%
B=50.94%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1016270.630.4100.89218.8245.957.25
HexA101B3F29059db2e7
Octal12203377510131333567
Binary101010000110111111111010010101100111011011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A101B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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