#0A1226

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

Shades of Black Russian #0A1226

Tints of Black Russian #0A1226

Color information

#0A1226 (or 0x0A1226) is unknown color: approx Black Russian. HEX triplet: 0A, 12 and 26. RGB value is (10,18,38). Sum of RGB (Red+Green+Blue) = 10+18+38=66 (8% of max value = 765). Red value is 10 (4.30% from 255 or 15.15% from 66); Green value is 18 (7.42% from 255 or 27.27% from 66); Blue value is 38 (15.23% from 255 or 57.58% from 66); Max value from RGB is 38 - color contains mainly: blue. Hex color #0A1226 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A1226 is #F5EDD9. Grayscale: #111111. Windows color (decimal): -16117210 or 2494986. OLE color: 2494986.

HSL color Cylindrical-coordinate representation of color #0A1226: hue angle of 222.86º 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 #0A1226 is Cyan = 0.74, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB101838-
CMYK0.740.5300.85
HSL222.86º58.33%9.41%-
HSV(B)222.86º73.68%14.9%-
XYZ0.690.641.92-
YUV17.89139.35122.37-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 15.15%
GREEN value IS 18 (7.42% from 255) = 27.27%
BLUE value IS 38 (15.23% from 255) = 57.58%
R=15.15%
G=27.27%
B=57.58%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1018380.740.5300.85222.8658.339.41
HexA12264A35055df3a9
Octal1222461126501253377211
Binary101010010100110100101011010101010101110111111110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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