#090913

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

Shades of Black Russian #090913

Tints of Black Russian #090913

Color information

#090913 (or 0x090913) is unknown color: approx Black Russian. HEX triplet: 09, 09 and 13. RGB value is (9,9,19). Sum of RGB (Red+Green+Blue) = 9+9+19=37 (4% of max value = 765). Red value is 9 (3.91% from 255 or 24.32% from 37); Green value is 9 (3.91% from 255 or 24.32% from 37); Blue value is 19 (7.81% from 255 or 51.35% from 37); Max value from RGB is 19 - color contains mainly: blue. Hex color #090913 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090913 is #F6F6EC. Grayscale: #0A0A0A. Windows color (decimal): -16185069 or 1247497. OLE color: 1247497.

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

Color convert

RGB9919-
CMYK0.530.5300.93
HSL240º35.71%5.49%-
HSV(B)240º52.63%7.45%-
XYZ0.330.30.66-
YUV10.14133127.19-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 24.32%
GREEN value IS 9 (3.91% from 255) = 24.32%
BLUE value IS 19 (7.81% from 255) = 51.35%
R=24.32%
G=24.32%
B=51.35%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal99190.530.5300.9324035.715.49
Hex9913353505Df0245
Octal11112365650135360445
Binary10011001100111101011101010101110111110000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #090913; }

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

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

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

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

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

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

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

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