#0A1023

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

Shades of Black Russian #0A1023

Tints of Black Russian #0A1023

Color information

#0A1023 (or 0x0A1023) is unknown color: approx Black Russian. HEX triplet: 0A, 10 and 23. RGB value is (10,16,35). Sum of RGB (Red+Green+Blue) = 10+16+35=61 (8% of max value = 765). Red value is 10 (4.30% from 255 or 16.39% from 61); Green value is 16 (6.64% from 255 or 26.23% from 61); Blue value is 35 (14.06% from 255 or 57.38% from 61); Max value from RGB is 35 - color contains mainly: blue. Hex color #0A1023 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A1023 is #F5EFDC. Grayscale: #101010. Windows color (decimal): -16117725 or 2297866. OLE color: 2297866.

HSL color Cylindrical-coordinate representation of color #0A1023: hue angle of 225.6º 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 #0A1023 is Cyan = 0.71, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB101635-
CMYK0.710.5400.86
HSL225.6º55.56%8.82%-
HSV(B)225.6º71.43%13.73%-
XYZ0.610.561.67-
YUV16.37138.51123.46-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 16.39%
GREEN value IS 16 (6.64% from 255) = 26.23%
BLUE value IS 35 (14.06% from 255) = 57.38%
R=16.39%
G=26.23%
B=57.38%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1016350.710.5400.86225.655.568.82
HexA10234736056e2389
Octal1220431076601263427011
Binary101010000100011100011111011001010110111000101110001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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