#0A0923

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

Shades of Black Russian #0A0923

Tints of Black Russian #0A0923

Color information

#0A0923 (or 0x0A0923) is unknown color: approx Black Russian. HEX triplet: 0A, 09 and 23. RGB value is (10,9,35). Sum of RGB (Red+Green+Blue) = 10+9+35=54 (7% of max value = 765). Red value is 10 (4.30% from 255 or 18.52% from 54); Green value is 9 (3.91% from 255 or 16.67% from 54); Blue value is 35 (14.06% from 255 or 64.81% from 54); Max value from RGB is 35 - color contains mainly: blue. Hex color #0A0923 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A0923 is #F5F6DC. Grayscale: #0C0C0C. Windows color (decimal): -16119517 or 2296074. OLE color: 2296074.

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

Color convert

RGB10935-
CMYK0.710.7400.86
HSL242.31º59.09%8.63%-
HSV(B)242.31º74.29%13.73%-
XYZ0.530.381.64-
YUV12.26140.83126.39-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 18.52%
GREEN value IS 9 (3.91% from 255) = 16.67%
BLUE value IS 35 (14.06% from 255) = 64.81%
R=18.52%
G=16.67%
B=64.81%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal109350.710.7400.86242.3159.098.63
HexA923474A056f23b9
Octal12114310711201263627311
Binary101010011000111000111100101001010110111100101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0923

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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