#0A092E

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

Shades of Black Russian #0A092E

Tints of Black Russian #0A092E

Color information

#0A092E (or 0x0A092E) is unknown color: approx Black Russian. HEX triplet: 0A, 09 and 2E. RGB value is (10,9,46). Sum of RGB (Red+Green+Blue) = 10+9+46=65 (8% of max value = 765). Red value is 10 (4.30% from 255 or 15.38% from 65); Green value is 9 (3.91% from 255 or 13.85% from 65); Blue value is 46 (18.36% from 255 or 70.77% from 65); Max value from RGB is 46 - color contains mainly: blue. Hex color #0A092E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A092E is #F5F6D1. Grayscale: #0D0D0D. Windows color (decimal): -16119506 or 3016970. OLE color: 3016970.

HSL color Cylindrical-coordinate representation of color #0A092E: hue angle of 241.62º degrees, saturation: 0.67, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0A092E is Cyan = 0.78, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB10946-
CMYK0.780.8000.82
HSL241.62º67.27%10.78%-
HSV(B)241.62º80.43%18.04%-
XYZ0.720.462.64-
YUV13.52146.33125.49-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 15.38%
GREEN value IS 9 (3.91% from 255) = 13.85%
BLUE value IS 46 (18.36% from 255) = 70.77%
R=15.38%
G=13.85%
B=70.77%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal109460.780.8000.82241.6267.2710.78
HexA92E4E50052f243b
Octal121156116120012236210313
Binary1010100110111010011101010000010100101111001010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A092E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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