#070A1F

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

Shades of Black Russian #070A1F

Tints of Black Russian #070A1F

Color information

#070A1F (or 0x070A1F) is unknown color: approx Black Russian. HEX triplet: 07, 0A and 1F. RGB value is (7,10,31). Sum of RGB (Red+Green+Blue) = 7+10+31=48 (6% of max value = 765). Red value is 7 (3.12% from 255 or 14.58% from 48); Green value is 10 (4.30% from 255 or 20.83% from 48); Blue value is 31 (12.5% from 255 or 64.58% from 48); Max value from RGB is 31 - color contains mainly: blue. Hex color #070A1F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070A1F is #F8F5E0. Grayscale: #0B0B0B. Windows color (decimal): -16315873 or 2034183. OLE color: 2034183.

HSL color Cylindrical-coordinate representation of color #070A1F: hue angle of 232.5º degrees, saturation: 0.63, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #070A1F is Cyan = 0.77, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB71031-
CMYK0.770.6800.88
HSL232.5º63.16%7.45%-
HSV(B)232.5º77.42%12.16%-
XYZ0.440.361.34-
YUV11.5139.01124.79-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 14.58%
GREEN value IS 10 (4.30% from 255) = 20.83%
BLUE value IS 31 (12.5% from 255) = 64.58%
R=14.58%
G=20.83%
B=64.58%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal710310.770.6800.88232.563.167.45
Hex7A1F4D44058e83f7
Octal712371151040130350777
Binary111101011111100110110001000101100011101000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070A1F; }

 p { color: rgb(7,10,31); }

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

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

 a { background-color: rgb(7,10,31); }

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

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

 span { border-color: rgb(7,10,31); }

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