#0A1026

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

Shades of Black Russian #0A1026

Tints of Black Russian #0A1026

Color information

#0A1026 (or 0x0A1026) is unknown color: approx Black Russian. HEX triplet: 0A, 10 and 26. RGB value is (10,16,38). Sum of RGB (Red+Green+Blue) = 10+16+38=64 (8% of max value = 765). Red value is 10 (4.30% from 255 or 15.62% from 64); Green value is 16 (6.64% from 255 or 25% from 64); Blue value is 38 (15.23% from 255 or 59.38% from 64); Max value from RGB is 38 - color contains mainly: blue. Hex color #0A1026 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A1026 is #F5EFD9. Grayscale: #101010. Windows color (decimal): -16117722 or 2494474. OLE color: 2494474.

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

Color convert

RGB101638-
CMYK0.740.5800.85
HSL227.14º58.33%9.41%-
HSV(B)227.14º73.68%14.9%-
XYZ0.660.581.91-
YUV16.71140.01123.21-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 15.62%
GREEN value IS 16 (6.64% from 255) = 25%
BLUE value IS 38 (15.23% from 255) = 59.38%
R=15.62%
G=25%
B=59.38%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1016380.740.5800.85227.1458.339.41
HexA10264A3A055e33a9
Octal1220461127201253437211
Binary101010000100110100101011101001010101111000111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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