#010130

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

Shades of Black Russian #010130

Tints of Black Russian #010130

Color information

#010130 (or 0x010130) is unknown color: approx Black Russian. HEX triplet: 01, 01 and 30. RGB value is (1,1,48). Sum of RGB (Red+Green+Blue) = 1+1+48=50 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2% from 50); Green value is 1 (0.78% from 255 or 2% from 50); Blue value is 48 (19.14% from 255 or 96% from 50); Max value from RGB is 48 - color contains mainly: blue. Hex color #010130 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010130 is #FEFECF. Grayscale: #060606. Windows color (decimal): -16711376 or 3145985. OLE color: 3145985.

HSL color Cylindrical-coordinate representation of color #010130: hue angle of 240º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #010130 is Cyan = 0.98, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB1148-
CMYK0.980.9800.81
HSL240º95.92%9.61%-
HSV(B)240º97.92%18.82%-
XYZ0.560.242.81-
YUV6.36151.5124.18-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 2%
GREEN value IS 1 (0.78% from 255) = 2%
BLUE value IS 48 (19.14% from 255) = 96%
R=2%
G=2%
B=96%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal11480.980.9800.8124095.929.61
Hex11306262051f060a
Octal1160142142012136014012
Binary1111000011000101100010010100011111000011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010130; }

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

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

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

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

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

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

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

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