#090714

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

Shades of Black Russian #090714

Tints of Black Russian #090714

Color information

#090714 (or 0x090714) is unknown color: approx Black Russian. HEX triplet: 09, 07 and 14. RGB value is (9,7,20). Sum of RGB (Red+Green+Blue) = 9+7+20=36 (4% of max value = 765). Red value is 9 (3.91% from 255 or 25% from 36); Green value is 7 (3.12% from 255 or 19.44% from 36); Blue value is 20 (8.20% from 255 or 55.56% from 36); Max value from RGB is 20 - color contains mainly: blue. Hex color #090714 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #090714 is #F6F8EB. Grayscale: #090909. Windows color (decimal): -16185580 or 1312521. OLE color: 1312521.

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

Color convert

RGB9720-
CMYK0.550.6500.92
HSL249.23º48.15%5.29%-
HSV(B)249.23º65%7.84%-
XYZ0.310.260.7-
YUV9.08134.16127.94-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 25%
GREEN value IS 7 (3.12% from 255) = 19.44%
BLUE value IS 20 (8.20% from 255) = 55.56%
R=25%
G=19.44%
B=55.56%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal97200.550.6500.92249.2348.155.29
Hex9714374105Cf9305
Octal11724671010134371605
Binary10011111010011011110000010101110011111001110000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #090714; }

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

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

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

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

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

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

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

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