#090E2F

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

Shades of Black Russian #090E2F

Tints of Black Russian #090E2F

Color information

#090E2F (or 0x090E2F) is unknown color: approx Black Russian. HEX triplet: 09, 0E and 2F. RGB value is (9,14,47). Sum of RGB (Red+Green+Blue) = 9+14+47=70 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.86% from 70); Green value is 14 (5.86% from 255 or 20% from 70); Blue value is 47 (18.75% from 255 or 67.14% from 70); Max value from RGB is 47 - color contains mainly: blue. Hex color #090E2F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090E2F is #F6F1D0. Grayscale: #101010. Windows color (decimal): -16183761 or 3083785. OLE color: 3083785.

HSL color Cylindrical-coordinate representation of color #090E2F: hue angle of 232.11º degrees, saturation: 0.68, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #090E2F is Cyan = 0.81, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB91447-
CMYK0.810.7000.82
HSL232.11º67.86%10.98%-
HSV(B)232.11º80.85%18.43%-
XYZ0.780.582.76-
YUV16.27145.34122.82-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 12.86%
GREEN value IS 14 (5.86% from 255) = 20%
BLUE value IS 47 (18.75% from 255) = 67.14%
R=12.86%
G=20%
B=67.14%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal914470.810.7000.82232.1167.8610.98
Hex9E2F5146052e844b
Octal111657121106012235010413
Binary1001111010111110100011000110010100101110100010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090E2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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