#03042A

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

Shades of Black Russian #03042A

Tints of Black Russian #03042A

Color information

#03042A (or 0x03042A) is unknown color: approx Black Russian. HEX triplet: 03, 04 and 2A. RGB value is (3,4,42). Sum of RGB (Red+Green+Blue) = 3+4+42=49 (6% of max value = 765). Red value is 3 (1.56% from 255 or 6.12% from 49); Green value is 4 (1.95% from 255 or 8.16% from 49); Blue value is 42 (16.80% from 255 or 85.71% from 49); Max value from RGB is 42 - color contains mainly: blue. Hex color #03042A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03042A is #FCFBD5. Grayscale: #070707. Windows color (decimal): -16579542 or 2753539. OLE color: 2753539.

HSL color Cylindrical-coordinate representation of color #03042A: hue angle of 238.46º degrees, saturation: 0.87, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #03042A is Cyan = 0.93, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB3442-
CMYK0.930.9000.84
HSL238.46º86.67%8.82%-
HSV(B)238.46º92.86%16.47%-
XYZ0.50.272.22-
YUV8.03147.17124.41-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 6.12%
GREEN value IS 4 (1.95% from 255) = 8.16%
BLUE value IS 42 (16.80% from 255) = 85.71%
R=6.12%
G=8.16%
B=85.71%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal34420.930.9000.84238.4686.678.82
Hex342A5D5A054ee579
Octal3452135132012435612711
Binary1110010101010111011011010010101001110111010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03042A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03042A; }

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

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

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

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

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

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

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

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