#07031B

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

Shades of Black Russian #07031B

Tints of Black Russian #07031B

Color information

#07031B (or 0x07031B) is unknown color: approx Black Russian. HEX triplet: 07, 03 and 1B. RGB value is (7,3,27). Sum of RGB (Red+Green+Blue) = 7+3+27=37 (4% of max value = 765). Red value is 7 (3.12% from 255 or 18.92% from 37); Green value is 3 (1.56% from 255 or 8.11% from 37); Blue value is 27 (10.94% from 255 or 72.97% from 37); Max value from RGB is 27 - color contains mainly: blue. Hex color #07031B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07031B is #F8FCE4. Grayscale: #060606. Windows color (decimal): -16317669 or 1770247. OLE color: 1770247.

HSL color Cylindrical-coordinate representation of color #07031B: hue angle of 250º degrees, saturation: 0.8, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #07031B is Cyan = 0.74, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB7327-
CMYK0.740.8900.89
HSL250º80%5.88%-
HSV(B)250º88.89%10.59%-
XYZ0.320.191.06-
YUV6.93139.33128.05-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 18.92%
GREEN value IS 3 (1.56% from 255) = 8.11%
BLUE value IS 27 (10.94% from 255) = 72.97%
R=18.92%
G=8.11%
B=72.97%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal73270.740.8900.89250805.88
Hex731B4A59059fa506
Octal733311213101313721206
Binary11111110111001010101100101011001111110101010000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07031B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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