#0A1223

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

Shades of Black Russian #0A1223

Tints of Black Russian #0A1223

Color information

#0A1223 (or 0x0A1223) is unknown color: approx Black Russian. HEX triplet: 0A, 12 and 23. RGB value is (10,18,35). Sum of RGB (Red+Green+Blue) = 10+18+35=63 (8% of max value = 765). Red value is 10 (4.30% from 255 or 15.87% from 63); Green value is 18 (7.42% from 255 or 28.57% from 63); Blue value is 35 (14.06% from 255 or 55.56% from 63); Max value from RGB is 35 - color contains mainly: blue. Hex color #0A1223 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A1223 is #F5EDDC. Grayscale: #111111. Windows color (decimal): -16117213 or 2298378. OLE color: 2298378.

HSL color Cylindrical-coordinate representation of color #0A1223: hue angle of 220.8º degrees, saturation: 0.56, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #0A1223 is Cyan = 0.71, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB101835-
CMYK0.710.4900.86
HSL220.8º55.56%8.82%-
HSV(B)220.8º71.43%13.73%-
XYZ0.640.621.68-
YUV17.55137.85122.62-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 15.87%
GREEN value IS 18 (7.42% from 255) = 28.57%
BLUE value IS 35 (14.06% from 255) = 55.56%
R=15.87%
G=28.57%
B=55.56%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1018350.710.4900.86220.855.568.82
HexA12234731056dd389
Octal1222431076101263357011
Binary101010010100011100011111000101010110110111011110001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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