#090514

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

Shades of Black Russian #090514

Tints of Black Russian #090514

Color information

#090514 (or 0x090514) is unknown color: approx Black Russian. HEX triplet: 09, 05 and 14. RGB value is (9,5,20). Sum of RGB (Red+Green+Blue) = 9+5+20=34 (4% of max value = 765). Red value is 9 (3.91% from 255 or 26.47% from 34); Green value is 5 (2.34% from 255 or 14.71% from 34); Blue value is 20 (8.20% from 255 or 58.82% from 34); Max value from RGB is 20 - color contains mainly: blue. Hex color #090514 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090514 is #F6FAEB. Grayscale: #070707. Windows color (decimal): -16186092 or 1312009. OLE color: 1312009.

HSL color Cylindrical-coordinate representation of color #090514: hue angle of 256º degrees, saturation: 0.6, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #090514 is Cyan = 0.55, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB9520-
CMYK0.550.7500.92
HSL256º60%4.9%-
HSV(B)256º75%7.84%-
XYZ0.290.220.69-
YUV7.91134.83128.78-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 26.47%
GREEN value IS 5 (2.34% from 255) = 14.71%
BLUE value IS 20 (8.20% from 255) = 58.82%
R=26.47%
G=14.71%
B=58.82%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal95200.550.7500.92256604.9
Hex9514374B05C1003c5
Octal11524671130134400745
Binary100110110100110111100101101011100100000000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #090514; }

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

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

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

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

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

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

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

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