#090E1F

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

Shades of Black Russian #090E1F

Tints of Black Russian #090E1F

Color information

#090E1F (or 0x090E1F) is unknown color: approx Black Russian. HEX triplet: 09, 0E and 1F. RGB value is (9,14,31). Sum of RGB (Red+Green+Blue) = 9+14+31=54 (7% of max value = 765). Red value is 9 (3.91% from 255 or 16.67% from 54); Green value is 14 (5.86% from 255 or 25.93% from 54); Blue value is 31 (12.5% from 255 or 57.41% from 54); Max value from RGB is 31 - color contains mainly: blue. Hex color #090E1F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090E1F is #F6F1E0. Grayscale: #0E0E0E. Windows color (decimal): -16183777 or 2035209. OLE color: 2035209.

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

Color convert

RGB91431-
CMYK0.710.5500.88
HSL226.36º55%7.84%-
HSV(B)226.36º70.97%12.16%-
XYZ0.520.471.36-
YUV14.44137.34124.12-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 16.67%
GREEN value IS 14 (5.86% from 255) = 25.93%
BLUE value IS 31 (12.5% from 255) = 57.41%
R=16.67%
G=25.93%
B=57.41%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal914310.710.5500.88226.36557.84
Hex9E1F4737058e2378
Octal1116371076701303426710
Binary1001111011111100011111011101011000111000101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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