#03001F

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

Shades of Black Russian #03001F

Tints of Black Russian #03001F

Color information

#03001F (or 0x03001F) is unknown color: approx Black Russian. HEX triplet: 03, 00 and 1F. RGB value is (3,0,31). Sum of RGB (Red+Green+Blue) = 3+0+31=34 (4% of max value = 765). Red value is 3 (1.56% from 255 or 8.82% from 34); Green value is 0 (0.39% from 255 or 0% from 34); Blue value is 31 (12.5% from 255 or 91.18% from 34); Max value from RGB is 31 - color contains mainly: blue. Hex color #03001F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #03001F is #FCFFE0. Grayscale: #040404. Windows color (decimal): -16580577 or 2031619. OLE color: 2031619.

HSL color Cylindrical-coordinate representation of color #03001F: hue angle of 245.81º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 1%. Process color model (Four color, CMYK) of #03001F is Cyan = 0.90, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB3031-
CMYK0.90100.88
HSL245.81º100%6.08%-
HSV(B)245.81º100%12.16%-
XYZ0.280.121.3-
YUV4.43142.99126.98-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 8.82%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 31 (12.5% from 255) = 91.18%
R=8.82%
G=0%
B=91.18%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal30310.90100.88245.811006.08
Hex301F5A64058f6646
Octal303713214401303661446
Binary110111111011010110010001011000111101101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03001F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,0,31); }

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

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

 a { background-color: rgb(3,0,31); }

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

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

 span { border-color: rgb(3,0,31); }

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