#300001

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

Shades of Rustic Red #300001

Tints of Rustic Red #300001

Color information

#300001 (or 0x300001) is unknown color: approx Rustic Red. HEX triplet: 30, 00 and 01. RGB value is (48,0,1). Sum of RGB (Red+Green+Blue) = 48+0+1=49 (6% of max value = 765). Red value is 48 (19.14% from 255 or 97.96% from 49); Green value is 0 (0.39% from 255 or 0% from 49); Blue value is 1 (0.78% from 255 or 2.04% from 49); Max value from RGB is 48 - color contains mainly: red. Hex color #300001 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300001 is #CFFFFE. Grayscale: #0E0E0E. Windows color (decimal): -13631487 or 65584. OLE color: 65584.

HSL color Cylindrical-coordinate representation of color #300001: hue angle of 358.75º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #300001 is Cyan = 0, Magento = 1, Yellow = 0.98 and Black (K on CMYK) = 0.81.

Color convert

RGB4801-
CMYK010.980.81
HSL358.75º100%9.41%-
HSV(B)358.75º100%18.82%-
XYZ1.220.630.09-
YUV14.47120.4151.92-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 97.96%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 1 (0.78% from 255) = 2.04%
R=97.96%
G=0%
B=2.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.98
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal4801010.980.81358.751009.41
Hex30010646251167649
Octal6001014414212154714411
Binary11000001011001001100010101000110110011111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300001; }

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

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

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

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

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

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

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

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