#090A13

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

Shades of Black Russian #090A13

Tints of Black Russian #090A13

Color information

#090A13 (or 0x090A13) is unknown color: approx Black Russian. HEX triplet: 09, 0A and 13. RGB value is (9,10,19). Sum of RGB (Red+Green+Blue) = 9+10+19=38 (5% of max value = 765). Red value is 9 (3.91% from 255 or 23.68% from 38); Green value is 10 (4.30% from 255 or 26.32% from 38); Blue value is 19 (7.81% from 255 or 50% from 38); Max value from RGB is 19 - color contains mainly: blue. Hex color #090A13 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090A13 is #F6F5EC. Grayscale: #0A0A0A. Windows color (decimal): -16184813 or 1247753. OLE color: 1247753.

HSL color Cylindrical-coordinate representation of color #090A13: hue angle of 234º degrees, saturation: 0.36, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #090A13 is Cyan = 0.53, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB91019-
CMYK0.530.4700.93
HSL234º35.71%5.49%-
HSV(B)234º52.63%7.45%-
XYZ0.340.320.66-
YUV10.73132.67126.77-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 23.68%
GREEN value IS 10 (4.30% from 255) = 26.32%
BLUE value IS 19 (7.81% from 255) = 50%
R=23.68%
G=26.32%
B=50%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal910190.530.4700.9323435.715.49
Hex9A13352F05Dea245
Octal11122365570135352445
Binary10011010100111101011011110101110111101010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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