#300F19

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

Shades of Rustic Red #300F19

Tints of Rustic Red #300F19

Color information

#300F19 (or 0x300F19) is unknown color: approx Rustic Red. HEX triplet: 30, 0F and 19. RGB value is (48,15,25). Sum of RGB (Red+Green+Blue) = 48+15+25=88 (11% of max value = 765). Red value is 48 (19.14% from 255 or 54.55% from 88); Green value is 15 (6.25% from 255 or 17.05% from 88); Blue value is 25 (10.16% from 255 or 28.41% from 88); Max value from RGB is 48 - color contains mainly: red. Hex color #300F19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300F19 is #CFF0E6. Grayscale: #1A1A1A. Windows color (decimal): -13627623 or 1642288. OLE color: 1642288.

HSL color Cylindrical-coordinate representation of color #300F19: hue angle of 341.82º degrees, saturation: 0.52, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #300F19 is Cyan = 0, Magento = 0.69, Yellow = 0.48 and Black (K on CMYK) = 0.81.

Color convert

RGB481525-
CMYK00.690.480.81
HSL341.82º52.38%12.35%-
HSV(B)341.82º68.75%18.82%-
XYZ1.571.041.04-
YUV26.01127.43143.69-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 54.55%
GREEN value IS 15 (6.25% from 255) = 17.05%
BLUE value IS 25 (10.16% from 255) = 28.41%
R=54.55%
G=17.05%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.48
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48152500.690.480.81341.8252.3812.35
Hex30F19045305115634c
Octal6017310105601215266414
Binary1100001111110010100010111000010100011010101101101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300F19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #300F19; }

 p { color: rgb(48,15,25); }

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

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

 a { background-color: rgb(48,15,25); }

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

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

 span { border-color: rgb(48,15,25); }

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