#0A0E1B

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

Shades of Black Russian #0A0E1B

Tints of Black Russian #0A0E1B

Color information

#0A0E1B (or 0x0A0E1B) is unknown color: approx Black Russian. HEX triplet: 0A, 0E and 1B. RGB value is (10,14,27). Sum of RGB (Red+Green+Blue) = 10+14+27=51 (6% of max value = 765). Red value is 10 (4.30% from 255 or 19.61% from 51); Green value is 14 (5.86% from 255 or 27.45% from 51); Blue value is 27 (10.94% from 255 or 52.94% from 51); Max value from RGB is 27 - color contains mainly: blue. Hex color #0A0E1B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A0E1B is #F5F1E4. Grayscale: #0E0E0E. Windows color (decimal): -16118245 or 1773066. OLE color: 1773066.

HSL color Cylindrical-coordinate representation of color #0A0E1B: hue angle of 225.88º 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 #0A0E1B is Cyan = 0.63, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB101427-
CMYK0.630.4800.89
HSL225.88º45.95%7.25%-
HSV(B)225.88º62.96%10.59%-
XYZ0.480.461.1-
YUV14.29135.17124.94-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 19.61%
GREEN value IS 14 (5.86% from 255) = 27.45%
BLUE value IS 27 (10.94% from 255) = 52.94%
R=19.61%
G=27.45%
B=52.94%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1014270.630.4800.89225.8845.957.25
HexAE1B3F30059e22e7
Octal12163377600131342567
Binary10101110110111111111100000101100111100010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0E1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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