#0A1224

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

Shades of Black Russian #0A1224

Tints of Black Russian #0A1224

Color information

#0A1224 (or 0x0A1224) is unknown color: approx Black Russian. HEX triplet: 0A, 12 and 24. RGB value is (10,18,36). Sum of RGB (Red+Green+Blue) = 10+18+36=64 (8% of max value = 765). Red value is 10 (4.30% from 255 or 15.62% from 64); Green value is 18 (7.42% from 255 or 28.12% from 64); Blue value is 36 (14.45% from 255 or 56.25% from 64); Max value from RGB is 36 - color contains mainly: blue. Hex color #0A1224 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A1224 is #F5EDDB. Grayscale: #111111. Windows color (decimal): -16117212 or 2363914. OLE color: 2363914.

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

Color convert

RGB101836-
CMYK0.720.500.86
HSL221.54º56.52%9.02%-
HSV(B)221.54º72.22%14.12%-
XYZ0.660.621.75-
YUV17.66138.35122.54-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 15.62%
GREEN value IS 18 (7.42% from 255) = 28.12%
BLUE value IS 36 (14.45% from 255) = 56.25%
R=15.62%
G=28.12%
B=56.25%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1018360.720.500.86221.5456.529.02
HexA12244832056de399
Octal1222441106201263367111
Binary101010010100100100100011001001010110110111101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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