#060912

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

Shades of Black Russian #060912

Tints of Black Russian #060912

Color information

#060912 (or 0x060912) is unknown color: approx Black Russian. HEX triplet: 06, 09 and 12. RGB value is (6,9,18). Sum of RGB (Red+Green+Blue) = 6+9+18=33 (4% of max value = 765). Red value is 6 (2.73% from 255 or 18.18% from 33); Green value is 9 (3.91% from 255 or 27.27% from 33); Blue value is 18 (7.42% from 255 or 54.55% from 33); Max value from RGB is 18 - color contains mainly: blue. Hex color #060912 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060912 is #F9F6ED. Grayscale: #090909. Windows color (decimal): -16381678 or 1181958. OLE color: 1181958.

HSL color Cylindrical-coordinate representation of color #060912: hue angle of 225º degrees, saturation: 0.5, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #060912 is Cyan = 0.67, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB6918-
CMYK0.670.500.93
HSL225º50%4.71%-
HSV(B)225º66.67%7.06%-
XYZ0.280.280.61-
YUV9.13133.01125.77-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 18.18%
GREEN value IS 9 (3.91% from 255) = 27.27%
BLUE value IS 18 (7.42% from 255) = 54.55%
R=18.18%
G=27.27%
B=54.55%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal69180.670.500.93225504.71
Hex6912433205De1325
Octal61122103620135341625
Binary11010011001010000111100100101110111100001110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060912; }

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

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

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

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

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

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

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

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