#010128

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

Shades of Black Russian #010128

Tints of Black Russian #010128

Color information

#010128 (or 0x010128) is unknown color: approx Black Russian. HEX triplet: 01, 01 and 28. RGB value is (1,1,40). Sum of RGB (Red+Green+Blue) = 1+1+40=42 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.38% from 42); Green value is 1 (0.78% from 255 or 2.38% from 42); Blue value is 40 (16.02% from 255 or 95.24% from 42); Max value from RGB is 40 - color contains mainly: blue. Hex color #010128 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010128 is #FEFED7. Grayscale: #050505. Windows color (decimal): -16711384 or 2621697. OLE color: 2621697.

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

Color convert

RGB1140-
CMYK0.980.9800.84
HSL240º95.12%8.04%-
HSV(B)240º97.5%15.69%-
XYZ0.410.182.02-
YUV5.45147.5124.83-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.38%
GREEN value IS 1 (0.78% from 255) = 2.38%
BLUE value IS 40 (16.02% from 255) = 95.24%
R=2.38%
G=2.38%
B=95.24%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal11400.980.9800.8424095.128.04
Hex11286262054f05f8
Octal1150142142012436013710
Binary1110100011000101100010010101001111000010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010128; }

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

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

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

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

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

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

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

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