#040030

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

Shades of Black Russian #040030

Tints of Black Russian #040030

Color information

#040030 (or 0x040030) is unknown color: approx Black Russian. HEX triplet: 04, 00 and 30. RGB value is (4,0,48). Sum of RGB (Red+Green+Blue) = 4+0+48=52 (6% of max value = 765). Red value is 4 (1.95% from 255 or 7.69% from 52); Green value is 0 (0.39% from 255 or 0% from 52); Blue value is 48 (19.14% from 255 or 92.31% from 52); Max value from RGB is 48 - color contains mainly: blue. Hex color #040030 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040030 is #FBFFCF. Grayscale: #060606. Windows color (decimal): -16515024 or 3145732. OLE color: 3145732.

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

Color convert

RGB4048-
CMYK0.92100.81
HSL245º100%9.41%-
HSV(B)245º100%18.82%-
XYZ0.580.242.81-
YUV6.67151.33126.1-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 7.69%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 48 (19.14% from 255) = 92.31%
R=7.69%
G=0%
B=92.31%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal40480.92100.812451009.41
Hex40305C64051f5649
Octal4060134144012136514411
Binary100011000010111001100100010100011111010111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040030; }

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

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

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

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

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

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

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

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