#010126

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

Shades of Black Russian #010126

Tints of Black Russian #010126

Color information

#010126 (or 0x010126) is unknown color: approx Black Russian. HEX triplet: 01, 01 and 26. RGB value is (1,1,38). Sum of RGB (Red+Green+Blue) = 1+1+38=40 (5% of max value = 765). Red value is 1 (0.78% from 255 or 2.5% from 40); Green value is 1 (0.78% from 255 or 2.5% from 40); Blue value is 38 (15.23% from 255 or 95% from 40); Max value from RGB is 38 - color contains mainly: blue. Hex color #010126 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010126 is #FEFED9. Grayscale: #050505. Windows color (decimal): -16711386 or 2490625. OLE color: 2490625.

HSL color Cylindrical-coordinate representation of color #010126: hue angle of 240º degrees, saturation: 0.95, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #010126 is Cyan = 0.97, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB1138-
CMYK0.970.9700.85
HSL240º94.87%7.65%-
HSV(B)240º97.37%14.9%-
XYZ0.370.171.85-
YUV5.22146.5124.99-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2.5%
GREEN value IS 1 (0.78% from 255) = 2.5%
BLUE value IS 38 (15.23% from 255) = 95%
R=2.5%
G=2.5%
B=95%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal11380.970.9700.8524094.877.65
Hex11266161055f05f8
Octal1146141141012536013710
Binary1110011011000011100001010101011111000010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010126; }

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

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

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

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

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

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

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

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