#070121

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

Shades of Black Russian #070121

Tints of Black Russian #070121

Color information

#070121 (or 0x070121) is unknown color: approx Black Russian. HEX triplet: 07, 01 and 21. RGB value is (7,1,33). Sum of RGB (Red+Green+Blue) = 7+1+33=41 (5% of max value = 765). Red value is 7 (3.12% from 255 or 17.07% from 41); Green value is 1 (0.78% from 255 or 2.44% from 41); Blue value is 33 (13.28% from 255 or 80.49% from 41); Max value from RGB is 33 - color contains mainly: blue. Hex color #070121 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070121 is #F8FEDE. Grayscale: #060606. Windows color (decimal): -16318175 or 2162951. OLE color: 2162951.

HSL color Cylindrical-coordinate representation of color #070121: hue angle of 251.25º degrees, saturation: 0.94, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #070121 is Cyan = 0.79, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB7133-
CMYK0.790.9700.87
HSL251.25º94.12%6.67%-
HSV(B)251.25º96.97%12.94%-
XYZ0.370.181.45-
YUV6.44142.99128.4-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 17.07%
GREEN value IS 1 (0.78% from 255) = 2.44%
BLUE value IS 33 (13.28% from 255) = 80.49%
R=17.07%
G=2.44%
B=80.49%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal71330.790.9700.87251.2594.126.67
Hex71214F61057fb5e7
Octal714111714101273731367
Binary11111000011001111110000101010111111110111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070121; }

 p { color: rgb(7,1,33); }

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

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

 a { background-color: rgb(7,1,33); }

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

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

 span { border-color: rgb(7,1,33); }

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