#090B14

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

Shades of Black Russian #090B14

Tints of Black Russian #090B14

Color information

#090B14 (or 0x090B14) is unknown color: approx Black Russian. HEX triplet: 09, 0B and 14. RGB value is (9,11,20). Sum of RGB (Red+Green+Blue) = 9+11+20=40 (5% of max value = 765). Red value is 9 (3.91% from 255 or 22.5% from 40); Green value is 11 (4.69% from 255 or 27.5% from 40); Blue value is 20 (8.20% from 255 or 50% from 40); Max value from RGB is 20 - color contains mainly: blue. Hex color #090B14 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090B14 is #F6F4EB. Grayscale: #0B0B0B. Windows color (decimal): -16184556 or 1313545. OLE color: 1313545.

HSL color Cylindrical-coordinate representation of color #090B14: hue angle of 229.09º degrees, saturation: 0.38, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #090B14 is Cyan = 0.55, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB91120-
CMYK0.550.4500.92
HSL229.09º37.93%5.69%-
HSV(B)229.09º55%7.84%-
XYZ0.360.350.71-
YUV11.43132.84126.27-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 22.5%
GREEN value IS 11 (4.69% from 255) = 27.5%
BLUE value IS 20 (8.20% from 255) = 50%
R=22.5%
G=27.5%
B=50%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal911200.550.4500.92229.0937.935.69
Hex9B14372D05Ce5266
Octal11132467550134345466
Binary10011011101001101111011010101110011100101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,11,20); }

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

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

 a { background-color: rgb(9,11,20); }

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

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

 span { border-color: rgb(9,11,20); }

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