#070129

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

Shades of Black Russian #070129

Tints of Black Russian #070129

Color information

#070129 (or 0x070129) is unknown color: approx Black Russian. HEX triplet: 07, 01 and 29. RGB value is (7,1,41). Sum of RGB (Red+Green+Blue) = 7+1+41=49 (6% of max value = 765). Red value is 7 (3.12% from 255 or 14.29% from 49); Green value is 1 (0.78% from 255 or 2.04% from 49); Blue value is 41 (16.41% from 255 or 83.67% from 49); Max value from RGB is 41 - color contains mainly: blue. Hex color #070129 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070129 is #F8FED6. Grayscale: #070707. Windows color (decimal): -16318167 or 2687239. OLE color: 2687239.

HSL color Cylindrical-coordinate representation of color #070129: hue angle of 249º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #070129 is Cyan = 0.83, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB7141-
CMYK0.830.9800.84
HSL249º95.24%8.24%-
HSV(B)249º97.56%16.08%-
XYZ0.50.232.12-
YUV7.35146.99127.75-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 14.29%
GREEN value IS 1 (0.78% from 255) = 2.04%
BLUE value IS 41 (16.41% from 255) = 83.67%
R=14.29%
G=2.04%
B=83.67%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal71410.830.9800.8424995.248.24
Hex71295362054f95f8
Octal7151123142012437113710
Binary111110100110100111100010010101001111100110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070129; }

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

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

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

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

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

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

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

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