#07060D

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

Shades of Black Russian #07060D

Tints of Black Russian #07060D

Color information

#07060D (or 0x07060D) is unknown color: approx Black Russian. HEX triplet: 07, 06 and 0D. RGB value is (7,6,13). Sum of RGB (Red+Green+Blue) = 7+6+13=26 (3% of max value = 765). Red value is 7 (3.12% from 255 or 26.92% from 26); Green value is 6 (2.73% from 255 or 23.08% from 26); Blue value is 13 (5.47% from 255 or 50% from 26); Max value from RGB is 13 - color contains mainly: blue. Hex color #07060D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #07060D is #F8F9F2. Grayscale: #070707. Windows color (decimal): -16316915 or 853511. OLE color: 853511.

HSL color Cylindrical-coordinate representation of color #07060D: hue angle of 248.57º degrees, saturation: 0.37, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #07060D is Cyan = 0.46, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB7613-
CMYK0.460.5400.95
HSL248.57º36.84%3.73%-
HSV(B)248.57º53.85%5.1%-
XYZ0.230.20.41-
YUV7.1131.33127.93-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 26.92%
GREEN value IS 6 (2.73% from 255) = 23.08%
BLUE value IS 13 (5.47% from 255) = 50%
R=26.92%
G=23.08%
B=50%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.95
SystemRedGreenBlueCMYKHSL
Decimal76130.460.5400.95248.5736.843.73
Hex76D2E3605Ff9254
Octal761556660137371454
Binary11111011011011101101100101111111111001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07060D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07060D; }

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

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

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

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

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

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

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

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