#010729

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

Shades of Black Russian #010729

Tints of Black Russian #010729

Color information

#010729 (or 0x010729) is unknown color: approx Black Russian. HEX triplet: 01, 07 and 29. RGB value is (1,7,41). Sum of RGB (Red+Green+Blue) = 1+7+41=49 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2.04% from 49); Green value is 7 (3.12% from 255 or 14.29% 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 #010729 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010729 is #FEF8D6. Grayscale: #080808. Windows color (decimal): -16709847 or 2688769. OLE color: 2688769.

HSL color Cylindrical-coordinate representation of color #010729: hue angle of 231º 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 #010729 is Cyan = 0.98, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB1741-
CMYK0.980.8300.84
HSL231º95.24%8.24%-
HSV(B)231º97.56%16.08%-
XYZ0.490.322.13-
YUV9.08146.01122.24-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal17410.980.8300.8423195.248.24
Hex17296253054e75f8
Octal1751142123012434713710
Binary111110100111000101010011010101001110011110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010729; }

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

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

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

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

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

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

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

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