#030419

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

Shades of Black Russian #030419

Tints of Black Russian #030419

Color information

#030419 (or 0x030419) is unknown color: approx Black Russian. HEX triplet: 03, 04 and 19. RGB value is (3,4,25). Sum of RGB (Red+Green+Blue) = 3+4+25=32 (4% of max value = 765). Red value is 3 (1.56% from 255 or 9.38% from 32); Green value is 4 (1.95% from 255 or 12.5% from 32); Blue value is 25 (10.16% from 255 or 78.12% from 32); Max value from RGB is 25 - color contains mainly: blue. Hex color #030419 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030419 is #FCFBE6. Grayscale: #060606. Windows color (decimal): -16579559 or 1639427. OLE color: 1639427.

HSL color Cylindrical-coordinate representation of color #030419: hue angle of 237.27º degrees, saturation: 0.79, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #030419 is Cyan = 0.88, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB3425-
CMYK0.880.8400.90
HSL237.27º78.57%5.49%-
HSV(B)237.27º88%9.8%-
XYZ0.260.180.94-
YUV6.1138.67125.79-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 9.38%
GREEN value IS 4 (1.95% from 255) = 12.5%
BLUE value IS 25 (10.16% from 255) = 78.12%
R=9.38%
G=12.5%
B=78.12%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal34250.880.8400.90237.2778.575.49
Hex3419585405Aed4f5
Octal343113012401323551175
Binary11100110011011000101010001011010111011011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030419; }

 p { color: rgb(3,4,25); }

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

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

 a { background-color: rgb(3,4,25); }

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

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

 span { border-color: rgb(3,4,25); }

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