#010529

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

Shades of Black Russian #010529

Tints of Black Russian #010529

Color information

#010529 (or 0x010529) is unknown color: approx Black Russian. HEX triplet: 01, 05 and 29. RGB value is (1,5,41). Sum of RGB (Red+Green+Blue) = 1+5+41=47 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2.13% from 47); Green value is 5 (2.34% from 255 or 10.64% from 47); Blue value is 41 (16.41% from 255 or 87.23% from 47); Max value from RGB is 41 - color contains mainly: blue. Hex color #010529 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010529 is #FEFAD6. Grayscale: #070707. Windows color (decimal): -16710359 or 2688257. OLE color: 2688257.

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

Color convert

RGB1541-
CMYK0.980.8800.84
HSL234º95.24%8.24%-
HSV(B)234º97.56%16.08%-
XYZ0.470.282.13-
YUV7.91146.67123.07-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.13%
GREEN value IS 5 (2.34% from 255) = 10.64%
BLUE value IS 41 (16.41% from 255) = 87.23%
R=2.13%
G=10.64%
B=87.23%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal15410.980.8800.8423495.248.24
Hex15296258054ea5f8
Octal1551142130012435213710
Binary110110100111000101011000010101001110101010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010529; }

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

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

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

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

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

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

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

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