#090914

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

Shades of Black Russian #090914

Tints of Black Russian #090914

Color information

#090914 (or 0x090914) is unknown color: approx Black Russian. HEX triplet: 09, 09 and 14. RGB value is (9,9,20). Sum of RGB (Red+Green+Blue) = 9+9+20=38 (5% of max value = 765). Red value is 9 (3.91% from 255 or 23.68% from 38); Green value is 9 (3.91% from 255 or 23.68% from 38); Blue value is 20 (8.20% from 255 or 52.63% from 38); Max value from RGB is 20 - color contains mainly: blue. Hex color #090914 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090914 is #F6F6EB. Grayscale: #0A0A0A. Windows color (decimal): -16185068 or 1313033. OLE color: 1313033.

HSL color Cylindrical-coordinate representation of color #090914: hue angle of 240º 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 #090914 is Cyan = 0.55, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB9920-
CMYK0.550.5500.92
HSL240º37.93%5.69%-
HSV(B)240º55%7.84%-
XYZ0.340.30.7-
YUV10.25133.5127.11-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 23.68%
GREEN value IS 9 (3.91% from 255) = 23.68%
BLUE value IS 20 (8.20% from 255) = 52.63%
R=23.68%
G=23.68%
B=52.63%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal99200.550.5500.9224037.935.69
Hex9914373705Cf0266
Octal11112467670134360466
Binary10011001101001101111101110101110011110000100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #090914; }

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

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

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

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

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

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

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

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