#010124

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

Shades of Black Russian #010124

Tints of Black Russian #010124

Color information

#010124 (or 0x010124) is unknown color: approx Black Russian. HEX triplet: 01, 01 and 24. RGB value is (1,1,36). Sum of RGB (Red+Green+Blue) = 1+1+36=38 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.63% from 38); Green value is 1 (0.78% from 255 or 2.63% from 38); Blue value is 36 (14.45% from 255 or 94.74% from 38); Max value from RGB is 36 - color contains mainly: blue. Hex color #010124 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010124 is #FEFEDB. Grayscale: #040404. Windows color (decimal): -16711388 or 2359553. OLE color: 2359553.

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

Color convert

RGB1136-
CMYK0.970.9700.86
HSL240º94.59%7.25%-
HSV(B)240º97.22%14.12%-
XYZ0.340.161.68-
YUV4.99145.5125.15-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.63%
GREEN value IS 1 (0.78% from 255) = 2.63%
BLUE value IS 36 (14.45% from 255) = 94.74%
R=2.63%
G=2.63%
B=94.74%

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
Decimal11360.970.9700.8624094.597.25
Hex11246161056f05f7
Octal114414114101263601377
Binary111001001100001110000101010110111100001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010124; }

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

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

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

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

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

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

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

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