#010123

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

Shades of Black Russian #010123

Tints of Black Russian #010123

Color information

#010123 (or 0x010123) is unknown color: approx Black Russian. HEX triplet: 01, 01 and 23. RGB value is (1,1,35). Sum of RGB (Red+Green+Blue) = 1+1+35=37 (4% of max value = 765). Red value is 1 (0.78% from 255 or 2.70% from 37); Green value is 1 (0.78% from 255 or 2.70% from 37); Blue value is 35 (14.06% from 255 or 94.59% from 37); Max value from RGB is 35 - color contains mainly: blue. Hex color #010123 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010123 is #FEFEDC. Grayscale: #040404. Windows color (decimal): -16711389 or 2294017. OLE color: 2294017.

HSL color Cylindrical-coordinate representation of color #010123: hue angle of 240º 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 #010123 is Cyan = 0.97, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB1135-
CMYK0.970.9700.86
HSL240º94.44%7.06%-
HSV(B)240º97.14%13.73%-
XYZ0.330.151.6-
YUV4.88145125.24-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.70%
GREEN value IS 1 (0.78% from 255) = 2.70%
BLUE value IS 35 (14.06% from 255) = 94.59%
R=2.70%
G=2.70%
B=94.59%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal11350.970.9700.8624094.447.06
Hex11236161056f05e7
Octal114314114101263601367
Binary111000111100001110000101010110111100001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010123; }

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

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

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

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

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

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

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

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