#0A091F

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

Shades of Black Russian #0A091F

Tints of Black Russian #0A091F

Color information

#0A091F (or 0x0A091F) is unknown color: approx Black Russian. HEX triplet: 0A, 09 and 1F. RGB value is (10,9,31). Sum of RGB (Red+Green+Blue) = 10+9+31=50 (6% of max value = 765). Red value is 10 (4.30% from 255 or 20% from 50); Green value is 9 (3.91% from 255 or 18% from 50); Blue value is 31 (12.5% from 255 or 62% from 50); Max value from RGB is 31 - color contains mainly: blue. Hex color #0A091F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A091F is #F5F6E0. Grayscale: #0B0B0B. Windows color (decimal): -16119521 or 2033930. OLE color: 2033930.

HSL color Cylindrical-coordinate representation of color #0A091F: hue angle of 242.73º degrees, saturation: 0.55, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #0A091F is Cyan = 0.68, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB10931-
CMYK0.680.7100.88
HSL242.73º55%7.84%-
HSV(B)242.73º70.97%12.16%-
XYZ0.470.361.34-
YUV11.81138.83126.71-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 20%
GREEN value IS 9 (3.91% from 255) = 18%
BLUE value IS 31 (12.5% from 255) = 62%
R=20%
G=18%
B=62%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal109310.680.7100.88242.73557.84
HexA91F4447058f3378
Octal12113710410701303636710
Binary10101001111111000100100011101011000111100111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A091F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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