#07061E

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

Shades of Black Russian #07061E

Tints of Black Russian #07061E

Color information

#07061E (or 0x07061E) is unknown color: approx Black Russian. HEX triplet: 07, 06 and 1E. RGB value is (7,6,30). Sum of RGB (Red+Green+Blue) = 7+6+30=43 (5% of max value = 765). Red value is 7 (3.12% from 255 or 16.28% from 43); Green value is 6 (2.73% from 255 or 13.95% from 43); Blue value is 30 (12.11% from 255 or 69.77% from 43); Max value from RGB is 30 - color contains mainly: blue. Hex color #07061E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07061E is #F8F9E1. Grayscale: #080808. Windows color (decimal): -16316898 or 1967623. OLE color: 1967623.

HSL color Cylindrical-coordinate representation of color #07061E: hue angle of 242.5º degrees, saturation: 0.67, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #07061E is Cyan = 0.77, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB7630-
CMYK0.770.8000.88
HSL242.5º66.67%7.06%-
HSV(B)242.5º80%11.76%-
XYZ0.390.271.26-
YUV9.04139.83126.55-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 16.28%
GREEN value IS 6 (2.73% from 255) = 13.95%
BLUE value IS 30 (12.11% from 255) = 69.77%
R=16.28%
G=13.95%
B=69.77%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal76300.770.8000.88242.566.677.06
Hex761E4D50058f2437
Octal763611512001303621037
Binary111110111101001101101000001011000111100101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07061E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07061E; }

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

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

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

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

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

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

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

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