#060914

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

Shades of Black Russian #060914

Tints of Black Russian #060914

Color information

#060914 (or 0x060914) is unknown color: approx Black Russian. HEX triplet: 06, 09 and 14. RGB value is (6,9,20). Sum of RGB (Red+Green+Blue) = 6+9+20=35 (4% of max value = 765). Red value is 6 (2.73% from 255 or 17.14% from 35); Green value is 9 (3.91% from 255 or 25.71% from 35); Blue value is 20 (8.20% from 255 or 57.14% from 35); Max value from RGB is 20 - color contains mainly: blue. Hex color #060914 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060914 is #F9F6EB. Grayscale: #090909. Windows color (decimal): -16381676 or 1313030. OLE color: 1313030.

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

Color convert

RGB6920-
CMYK0.700.5500.92
HSL227.14º53.85%5.1%-
HSV(B)227.14º70%7.84%-
XYZ0.30.280.7-
YUV9.36134.01125.61-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 17.14%
GREEN value IS 9 (3.91% from 255) = 25.71%
BLUE value IS 20 (8.20% from 255) = 57.14%
R=17.14%
G=25.71%
B=57.14%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal69200.700.5500.92227.1453.855.1
Hex6914463705Ce3365
Octal61124106670134343665
Binary11010011010010001101101110101110011100011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060914; }

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

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

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

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

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

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

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

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