#040830

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

Shades of Black Russian #040830

Tints of Black Russian #040830

Color information

#040830 (or 0x040830) is unknown color: approx Black Russian. HEX triplet: 04, 08 and 30. RGB value is (4,8,48). Sum of RGB (Red+Green+Blue) = 4+8+48=60 (7% of max value = 765). Red value is 4 (1.95% from 255 or 6.67% from 60); Green value is 8 (3.52% from 255 or 13.33% from 60); Blue value is 48 (19.14% from 255 or 80% from 60); Max value from RGB is 48 - color contains mainly: blue. Hex color #040830 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040830 is #FBF7CF. Grayscale: #0B0B0B. Windows color (decimal): -16512976 or 3147780. OLE color: 3147780.

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

Color convert

RGB4848-
CMYK0.920.8300.81
HSL234.55º84.62%10.2%-
HSV(B)234.55º91.67%18.82%-
XYZ0.670.412.84-
YUV11.36148.67122.75-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 6.67%
GREEN value IS 8 (3.52% from 255) = 13.33%
BLUE value IS 48 (19.14% from 255) = 80%
R=6.67%
G=13.33%
B=80%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48480.920.8300.81234.5584.6210.2
Hex48305C53051eb55a
Octal41060134123012135312512
Binary100100011000010111001010011010100011110101110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #040830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #040830; }

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

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

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

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

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

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

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

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