#060812

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

Shades of Black Russian #060812

Tints of Black Russian #060812

Color information

#060812 (or 0x060812) is unknown color: approx Black Russian. HEX triplet: 06, 08 and 12. RGB value is (6,8,18). Sum of RGB (Red+Green+Blue) = 6+8+18=32 (4% of max value = 765). Red value is 6 (2.73% from 255 or 18.75% from 32); Green value is 8 (3.52% from 255 or 25% from 32); Blue value is 18 (7.42% from 255 or 56.25% from 32); Max value from RGB is 18 - color contains mainly: blue. Hex color #060812 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060812 is #F9F7ED. Grayscale: #080808. Windows color (decimal): -16381934 or 1181702. OLE color: 1181702.

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

Color convert

RGB6818-
CMYK0.670.5600.93
HSL230º50%4.71%-
HSV(B)230º66.67%7.06%-
XYZ0.270.260.61-
YUV8.54133.34126.19-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 18.75%
GREEN value IS 8 (3.52% from 255) = 25%
BLUE value IS 18 (7.42% from 255) = 56.25%
R=18.75%
G=25%
B=56.25%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal68180.670.5600.93230504.71
Hex6812433805De6325
Octal61022103700135346625
Binary11010001001010000111110000101110111100110110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060812; }

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

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

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

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

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

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

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

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