#07001E

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

Shades of Black Russian #07001E

Tints of Black Russian #07001E

Color information

#07001E (or 0x07001E) is unknown color: approx Black Russian. HEX triplet: 07, 00 and 1E. RGB value is (7,0,30). Sum of RGB (Red+Green+Blue) = 7+0+30=37 (4% of max value = 765). Red value is 7 (3.12% from 255 or 18.92% from 37); Green value is 0 (0.39% from 255 or 0% from 37); Blue value is 30 (12.11% from 255 or 81.08% from 37); Max value from RGB is 30 - color contains mainly: blue. Hex color #07001E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #07001E is #F8FFE1. Grayscale: #050505. Windows color (decimal): -16318434 or 1966087. OLE color: 1966087.

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

Color convert

RGB7030-
CMYK0.77100.88
HSL254º100%5.88%-
HSV(B)254º100%11.76%-
XYZ0.320.141.24-
YUV5.51141.82129.06-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 18.92%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 30 (12.11% from 255) = 81.08%
R=18.92%
G=0%
B=81.08%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal70300.77100.882541005.88
Hex701E4D64058fe646
Octal703611514401303761446
Binary1110111101001101110010001011000111111101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07001E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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