#090D2F

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

Shades of Black Russian #090D2F

Tints of Black Russian #090D2F

Color information

#090D2F (or 0x090D2F) is unknown color: approx Black Russian. HEX triplet: 09, 0D and 2F. RGB value is (9,13,47). Sum of RGB (Red+Green+Blue) = 9+13+47=69 (9% of max value = 765). Red value is 9 (3.91% from 255 or 13.04% from 69); Green value is 13 (5.47% from 255 or 18.84% from 69); Blue value is 47 (18.75% from 255 or 68.12% from 69); Max value from RGB is 47 - color contains mainly: blue. Hex color #090D2F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #090D2F is #F6F2D0. Grayscale: #0F0F0F. Windows color (decimal): -16184017 or 3083529. OLE color: 3083529.

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

Color convert

RGB91347-
CMYK0.810.7200.82
HSL233.68º67.86%10.98%-
HSV(B)233.68º80.85%18.43%-
XYZ0.770.552.76-
YUV15.68145.67123.24-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 13.04%
GREEN value IS 13 (5.47% from 255) = 18.84%
BLUE value IS 47 (18.75% from 255) = 68.12%
R=13.04%
G=18.84%
B=68.12%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal913470.810.7200.82233.6867.8610.98
Hex9D2F5148052ea44b
Octal111557121110012235210413
Binary1001110110111110100011001000010100101110101010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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