#07031A

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

Shades of Black Russian #07031A

Tints of Black Russian #07031A

Color information

#07031A (or 0x07031A) is unknown color: approx Black Russian. HEX triplet: 07, 03 and 1A. RGB value is (7,3,26). Sum of RGB (Red+Green+Blue) = 7+3+26=36 (4% of max value = 765). Red value is 7 (3.12% from 255 or 19.44% from 36); Green value is 3 (1.56% from 255 or 8.33% from 36); Blue value is 26 (10.55% from 255 or 72.22% from 36); Max value from RGB is 26 - color contains mainly: blue. Hex color #07031A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07031A is #F8FCE5. Grayscale: #060606. Windows color (decimal): -16317670 or 1704711. OLE color: 1704711.

HSL color Cylindrical-coordinate representation of color #07031A: hue angle of 250.43º degrees, saturation: 0.79, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #07031A is Cyan = 0.73, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB7326-
CMYK0.730.8800.90
HSL250.43º79.31%5.69%-
HSV(B)250.43º88.46%10.2%-
XYZ0.310.181-
YUV6.82138.83128.13-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 19.44%
GREEN value IS 3 (1.56% from 255) = 8.33%
BLUE value IS 26 (10.55% from 255) = 72.22%
R=19.44%
G=8.33%
B=72.22%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal73260.730.8800.90250.4379.315.69
Hex731A495805Afa4f6
Octal733211113001323721176
Binary11111110101001001101100001011010111110101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07031A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07031A; }

 p { color: rgb(7,3,26); }

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

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

 a { background-color: rgb(7,3,26); }

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

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

 span { border-color: rgb(7,3,26); }

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