#03012D

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

Shades of Black Russian #03012D

Tints of Black Russian #03012D

Color information

#03012D (or 0x03012D) is unknown color: approx Black Russian. HEX triplet: 03, 01 and 2D. RGB value is (3,1,45). Sum of RGB (Red+Green+Blue) = 3+1+45=49 (6% of max value = 765). Red value is 3 (1.56% from 255 or 6.12% from 49); Green value is 1 (0.78% from 255 or 2.04% from 49); Blue value is 45 (17.97% from 255 or 91.84% from 49); Max value from RGB is 45 - color contains mainly: blue. Hex color #03012D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03012D is #FCFED2. Grayscale: #060606. Windows color (decimal): -16580307 or 2949379. OLE color: 2949379.

HSL color Cylindrical-coordinate representation of color #03012D: hue angle of 242.73º 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 #03012D is Cyan = 0.93, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB3145-
CMYK0.930.9800.82
HSL242.73º95.65%9.02%-
HSV(B)242.73º97.78%17.65%-
XYZ0.520.232.5-
YUV6.61149.66125.42-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 6.12%
GREEN value IS 1 (0.78% from 255) = 2.04%
BLUE value IS 45 (17.97% from 255) = 91.84%
R=6.12%
G=2.04%
B=91.84%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal31450.930.9800.82242.7395.659.02
Hex312D5D62052f3609
Octal3155135142012236314011
Binary11110110110111011100010010100101111001111000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03012D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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