#090A1F

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

Shades of Black Russian #090A1F

Tints of Black Russian #090A1F

Color information

#090A1F (or 0x090A1F) is unknown color: approx Black Russian. HEX triplet: 09, 0A and 1F. RGB value is (9,10,31). Sum of RGB (Red+Green+Blue) = 9+10+31=50 (6% of max value = 765). Red value is 9 (3.91% from 255 or 18% from 50); Green value is 10 (4.30% from 255 or 20% 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 #090A1F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090A1F is #F6F5E0. Grayscale: #0C0C0C. Windows color (decimal): -16184801 or 2034185. OLE color: 2034185.

HSL color Cylindrical-coordinate representation of color #090A1F: hue angle of 237.27º 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 #090A1F is Cyan = 0.71, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB91031-
CMYK0.710.6800.88
HSL237.27º55%7.84%-
HSV(B)237.27º70.97%12.16%-
XYZ0.470.371.34-
YUV12.1138.67125.79-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal910310.710.6800.88237.27557.84
Hex9A1F4744058ed378
Octal11123710710401303556710
Binary10011010111111000111100010001011000111011011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #090A1F; }

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

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

<style>
 a { background-color: #090A1F; }

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

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

<style>
 span { border-color: #090A1F; }

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

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