#030001

Color #030001 Rustic Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rustic Red #030001

Tints of Rustic Red #030001

Color information

#030001 (or 0x030001) is unknown color: approx Rustic Red. HEX triplet: 03, 00 and 01. RGB value is (3,0,1). Sum of RGB (Red+Green+Blue) = 3+0+1=4 (0% of max value = 765). Red value is 3 (1.56% from 255 or 75% from 4); Green value is 0 (0.39% from 255 or 0% from 4); Blue value is 1 (0.78% from 255 or 25% from 4); Max value from RGB is 3 - color contains mainly: red. Hex color #030001 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030001 is #FCFFFE. Grayscale: #010101. Windows color (decimal): -16580607 or 65539. OLE color: 65539.

HSL color Cylindrical-coordinate representation of color #030001: hue angle of 340º degrees, saturation: 1, lightness: 0.01%. HSV value (or HSB Brightness) of color is 0.01% and HSV saturation: 1%. Process color model (Four color, CMYK) of #030001 is Cyan = 0, Magento = 1, Yellow = 0.67 and Black (K on CMYK) = 0.99.

Color convert

RGB301-
CMYK010.670.99
HSL340º100%0.59%-
HSV(B)340º100%1.18%-
XYZ0.040.020.03-
YUV1.01127.99129.42-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 75%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 1 (0.78% from 255) = 25%
R=75%
G=0%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.67
K (Black) values IS 0.99
SystemRedGreenBlueCMYKHSL
Decimal301010.670.993401000.59
Hex3010644363154641
Octal30101441031435241441
Binary1101011001001000011110001110101010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030001; }

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

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

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

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

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

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

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

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