#090A2F

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

Shades of Black Russian #090A2F

Tints of Black Russian #090A2F

Color information

#090A2F (or 0x090A2F) is unknown color: approx Black Russian. HEX triplet: 09, 0A and 2F. RGB value is (9,10,47). Sum of RGB (Red+Green+Blue) = 9+10+47=66 (8% of max value = 765). Red value is 9 (3.91% from 255 or 13.64% from 66); Green value is 10 (4.30% from 255 or 15.15% from 66); Blue value is 47 (18.75% from 255 or 71.21% from 66); Max value from RGB is 47 - color contains mainly: blue. Hex color #090A2F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090A2F is #F6F5D0. Grayscale: #0D0D0D. Windows color (decimal): -16184785 or 3082761. OLE color: 3082761.

HSL color Cylindrical-coordinate representation of color #090A2F: hue angle of 238.42º 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 #090A2F is Cyan = 0.81, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB91047-
CMYK0.810.7900.82
HSL238.42º67.86%10.98%-
HSV(B)238.42º80.85%18.43%-
XYZ0.730.482.74-
YUV13.92146.67124.49-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 13.64%
GREEN value IS 10 (4.30% from 255) = 15.15%
BLUE value IS 47 (18.75% from 255) = 71.21%
R=13.64%
G=15.15%
B=71.21%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal910470.810.7900.82238.4267.8610.98
Hex9A2F514F052ee44b
Octal111257121117012235610413
Binary1001101010111110100011001111010100101110111010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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