#03012F

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

Shades of Black Russian #03012F

Tints of Black Russian #03012F

Color information

#03012F (or 0x03012F) is unknown color: approx Black Russian. HEX triplet: 03, 01 and 2F. RGB value is (3,1,47). Sum of RGB (Red+Green+Blue) = 3+1+47=51 (6% of max value = 765). Red value is 3 (1.56% from 255 or 5.88% from 51); Green value is 1 (0.78% from 255 or 1.96% from 51); Blue value is 47 (18.75% from 255 or 92.16% from 51); Max value from RGB is 47 - color contains mainly: blue. Hex color #03012F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03012F is #FCFED0. Grayscale: #060606. Windows color (decimal): -16580305 or 3080451. OLE color: 3080451.

HSL color Cylindrical-coordinate representation of color #03012F: hue angle of 242.61º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03012F is Cyan = 0.94, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB3147-
CMYK0.940.9800.82
HSL242.61º95.83%9.41%-
HSV(B)242.61º97.87%18.43%-
XYZ0.560.252.71-
YUV6.84150.66125.26-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 5.88%
GREEN value IS 1 (0.78% from 255) = 1.96%
BLUE value IS 47 (18.75% from 255) = 92.16%
R=5.88%
G=1.96%
B=92.16%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal31470.940.9800.82242.6195.839.41
Hex312F5E62052f3609
Octal3157136142012236314011
Binary11110111110111101100010010100101111001111000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03012F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03012F; }

 p { color: rgb(3,1,47); }

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

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

 a { background-color: rgb(3,1,47); }

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

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

 span { border-color: rgb(3,1,47); }

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