#090C13

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

Shades of Black Russian #090C13

Tints of Black Russian #090C13

Color information

#090C13 (or 0x090C13) is unknown color: approx Black Russian. HEX triplet: 09, 0C and 13. RGB value is (9,12,19). Sum of RGB (Red+Green+Blue) = 9+12+19=40 (5% of max value = 765). Red value is 9 (3.91% from 255 or 22.5% from 40); Green value is 12 (5.08% from 255 or 30% from 40); Blue value is 19 (7.81% from 255 or 47.5% from 40); Max value from RGB is 19 - color contains mainly: blue. Hex color #090C13 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090C13 is #F6F3EC. Grayscale: #0B0B0B. Windows color (decimal): -16184301 or 1248265. OLE color: 1248265.

HSL color Cylindrical-coordinate representation of color #090C13: hue angle of 222º 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 #090C13 is Cyan = 0.53, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB91219-
CMYK0.530.3700.93
HSL222º35.71%5.49%-
HSV(B)222º52.63%7.45%-
XYZ0.360.370.67-
YUV11.9132.01125.93-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 22.5%
GREEN value IS 12 (5.08% from 255) = 30%
BLUE value IS 19 (7.81% from 255) = 47.5%
R=22.5%
G=30%
B=47.5%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal912190.530.3700.9322235.715.49
Hex9C13352505Dde245
Octal11142365450135336445
Binary10011100100111101011001010101110111011110100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090C13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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