#06070C

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

Shades of Black Russian #06070C

Tints of Black Russian #06070C

Color information

#06070C (or 0x06070C) is unknown color: approx Black Russian. HEX triplet: 06, 07 and 0C. RGB value is (6,7,12). Sum of RGB (Red+Green+Blue) = 6+7+12=25 (3% of max value = 765). Red value is 6 (2.73% from 255 or 24% from 25); Green value is 7 (3.12% from 255 or 28% from 25); Blue value is 12 (5.08% from 255 or 48% from 25); Max value from RGB is 12 - color contains mainly: blue. Hex color #06070C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #06070C is #F9F8F3. Grayscale: #070707. Windows color (decimal): -16382196 or 788230. OLE color: 788230.

HSL color Cylindrical-coordinate representation of color #06070C: hue angle of 230º degrees, saturation: 0.33, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #06070C is Cyan = 0.50, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB6712-
CMYK0.500.4200.95
HSL230º33.33%3.53%-
HSV(B)230º50%4.71%-
XYZ0.220.220.38-
YUV7.27130.67127.09-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 24%
GREEN value IS 7 (3.12% from 255) = 28%
BLUE value IS 12 (5.08% from 255) = 48%
R=24%
G=28%
B=48%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal67120.500.4200.9523033.333.53
Hex67C322A05Fe6214
Octal671462520137346414
Binary11011111001100101010100101111111100110100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06070C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06070C; }

 p { color: rgb(6,7,12); }

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

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

 a { background-color: rgb(6,7,12); }

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

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

 span { border-color: rgb(6,7,12); }

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