#040130

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

Shades of Black Russian #040130

Tints of Black Russian #040130

Color information

#040130 (or 0x040130) is unknown color: approx Black Russian. HEX triplet: 04, 01 and 30. RGB value is (4,1,48). Sum of RGB (Red+Green+Blue) = 4+1+48=53 (7% of max value = 765). Red value is 4 (1.95% from 255 or 7.55% from 53); Green value is 1 (0.78% from 255 or 1.89% from 53); Blue value is 48 (19.14% from 255 or 90.57% from 53); Max value from RGB is 48 - color contains mainly: blue. Hex color #040130 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040130 is #FBFECF. Grayscale: #070707. Windows color (decimal): -16514768 or 3145988. OLE color: 3145988.

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

Color convert

RGB4148-
CMYK0.920.9800.81
HSL243.83º95.92%9.61%-
HSV(B)243.83º97.92%18.82%-
XYZ0.590.262.82-
YUV7.26150.99125.68-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 7.55%
GREEN value IS 1 (0.78% from 255) = 1.89%
BLUE value IS 48 (19.14% from 255) = 90.57%
R=7.55%
G=1.89%
B=90.57%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal41480.920.9800.81243.8395.929.61
Hex41305C62051f460a
Octal4160134142012136414012
Binary100111000010111001100010010100011111010011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040130; }

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

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

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

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

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

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

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

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