#09012E

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

Shades of Black Russian #09012E

Tints of Black Russian #09012E

Color information

#09012E (or 0x09012E) is unknown color: approx Black Russian. HEX triplet: 09, 01 and 2E. RGB value is (9,1,46). Sum of RGB (Red+Green+Blue) = 9+1+46=56 (7% of max value = 765). Red value is 9 (3.91% from 255 or 16.07% from 56); Green value is 1 (0.78% from 255 or 1.79% from 56); Blue value is 46 (18.36% from 255 or 82.14% from 56); Max value from RGB is 46 - color contains mainly: blue. Hex color #09012E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #09012E is #F6FED1. Grayscale: #080808. Windows color (decimal): -16187090 or 3014921. OLE color: 3014921.

HSL color Cylindrical-coordinate representation of color #09012E: hue angle of 250.67º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #09012E is Cyan = 0.80, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB9146-
CMYK0.800.9800.82
HSL250.67º95.74%9.22%-
HSV(B)250.67º97.83%18.04%-
XYZ0.620.282.61-
YUV8.52149.15128.34-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 16.07%
GREEN value IS 1 (0.78% from 255) = 1.79%
BLUE value IS 46 (18.36% from 255) = 82.14%
R=16.07%
G=1.79%
B=82.14%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal91460.800.9800.82250.6795.749.22
Hex912E5062052fb609
Octal11156120142012237314011
Binary1001110111010100001100010010100101111101111000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09012E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09012E; }

 p { color: rgb(9,1,46); }

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

<style>
 a { background-color: #09012E; }

 a { background-color: rgb(9,1,46); }

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

<style>
 span { border-color: #09012E; }

 span { border-color: rgb(9,1,46); }

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