#010523

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

Shades of Black Russian #010523

Tints of Black Russian #010523

Color information

#010523 (or 0x010523) is unknown color: approx Black Russian. HEX triplet: 01, 05 and 23. RGB value is (1,5,35). Sum of RGB (Red+Green+Blue) = 1+5+35=41 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.44% from 41); Green value is 5 (2.34% from 255 or 12.20% from 41); Blue value is 35 (14.06% from 255 or 85.37% from 41); Max value from RGB is 35 - color contains mainly: blue. Hex color #010523 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010523 is #FEFADC. Grayscale: #070707. Windows color (decimal): -16710365 or 2295041. OLE color: 2295041.

HSL color Cylindrical-coordinate representation of color #010523: hue angle of 232.94º degrees, saturation: 0.94, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #010523 is Cyan = 0.97, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB1535-
CMYK0.970.8600.86
HSL232.94º94.44%7.06%-
HSV(B)232.94º97.14%13.73%-
XYZ0.370.241.62-
YUV7.22143.67123.56-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.44%
GREEN value IS 5 (2.34% from 255) = 12.20%
BLUE value IS 35 (14.06% from 255) = 85.37%
R=2.44%
G=12.20%
B=85.37%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal15350.970.8600.86232.9494.447.06
Hex15236156056e95e7
Octal154314112601263511367
Binary11011000111100001101011001010110111010011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010523; }

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

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

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

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

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

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

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

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