#070D1F

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

Shades of Black Russian #070D1F

Tints of Black Russian #070D1F

Color information

#070D1F (or 0x070D1F) is unknown color: approx Black Russian. HEX triplet: 07, 0D and 1F. RGB value is (7,13,31). Sum of RGB (Red+Green+Blue) = 7+13+31=51 (6% of max value = 765). Red value is 7 (3.12% from 255 or 13.73% from 51); Green value is 13 (5.47% from 255 or 25.49% from 51); Blue value is 31 (12.5% from 255 or 60.78% from 51); Max value from RGB is 31 - color contains mainly: blue. Hex color #070D1F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070D1F is #F8F2E0. Grayscale: #0D0D0D. Windows color (decimal): -16315105 or 2034951. OLE color: 2034951.

HSL color Cylindrical-coordinate representation of color #070D1F: hue angle of 225º 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 #070D1F is Cyan = 0.77, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB71331-
CMYK0.770.5800.88
HSL225º63.16%7.45%-
HSV(B)225º77.42%12.16%-
XYZ0.480.431.35-
YUV13.26138.01123.54-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 13.73%
GREEN value IS 13 (5.47% from 255) = 25.49%
BLUE value IS 31 (12.5% from 255) = 60.78%
R=13.73%
G=25.49%
B=60.78%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal713310.770.5800.8822563.167.45
Hex7D1F4D3A058e13f7
Octal71537115720130341777
Binary11111011111110011011110100101100011100001111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070D1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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