#070214

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

Shades of Black Russian #070214

Tints of Black Russian #070214

Color information

#070214 (or 0x070214) is unknown color: approx Black Russian. HEX triplet: 07, 02 and 14. RGB value is (7,2,20). Sum of RGB (Red+Green+Blue) = 7+2+20=29 (3% of max value = 765). Red value is 7 (3.12% from 255 or 24.14% from 29); Green value is 2 (1.17% from 255 or 6.90% from 29); Blue value is 20 (8.20% from 255 or 68.97% from 29); Max value from RGB is 20 - color contains mainly: blue. Hex color #070214 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #070214 is #F8FDEB. Grayscale: #050505. Windows color (decimal): -16317932 or 1311239. OLE color: 1311239.

HSL color Cylindrical-coordinate representation of color #070214: hue angle of 256.67º degrees, saturation: 0.82, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #070214 is Cyan = 0.65, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB7220-
CMYK0.650.9000.92
HSL256.67º81.82%4.31%-
HSV(B)256.67º90%7.84%-
XYZ0.240.140.68-
YUV5.55136.16129.04-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 24.14%
GREEN value IS 2 (1.17% from 255) = 6.90%
BLUE value IS 20 (8.20% from 255) = 68.97%
R=24.14%
G=6.90%
B=68.97%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal72200.650.9000.92256.6781.824.31
Hex7214415A05C101524
Octal722410113201344011224
Binary111101010010000011011010010111001000000011010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070214; }

 p { color: rgb(7,2,20); }

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

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

 a { background-color: rgb(7,2,20); }

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

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

 span { border-color: rgb(7,2,20); }

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