#03062A

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

Shades of Black Russian #03062A

Tints of Black Russian #03062A

Color information

#03062A (or 0x03062A) is unknown color: approx Black Russian. HEX triplet: 03, 06 and 2A. RGB value is (3,6,42). Sum of RGB (Red+Green+Blue) = 3+6+42=51 (6% of max value = 765). Red value is 3 (1.56% from 255 or 5.88% from 51); Green value is 6 (2.73% from 255 or 11.76% from 51); Blue value is 42 (16.80% from 255 or 82.35% from 51); Max value from RGB is 42 - color contains mainly: blue. Hex color #03062A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03062A is #FCF9D5. Grayscale: #090909. Windows color (decimal): -16579030 or 2754051. OLE color: 2754051.

HSL color Cylindrical-coordinate representation of color #03062A: hue angle of 235.38º 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 #03062A is Cyan = 0.93, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB3642-
CMYK0.930.8600.84
HSL235.38º86.67%8.82%-
HSV(B)235.38º92.86%16.47%-
XYZ0.520.322.22-
YUV9.21146.51123.57-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 5.88%
GREEN value IS 6 (2.73% from 255) = 11.76%
BLUE value IS 42 (16.80% from 255) = 82.35%
R=5.88%
G=11.76%
B=82.35%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal36420.930.8600.84235.3886.678.82
Hex362A5D56054eb579
Octal3652135126012435312711
Binary1111010101010111011010110010101001110101110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03062A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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