#300F17

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

Shades of Rustic Red #300F17

Tints of Rustic Red #300F17

Color information

#300F17 (or 0x300F17) is unknown color: approx Rustic Red. HEX triplet: 30, 0F and 17. RGB value is (48,15,23). Sum of RGB (Red+Green+Blue) = 48+15+23=86 (11% of max value = 765). Red value is 48 (19.14% from 255 or 55.81% from 86); Green value is 15 (6.25% from 255 or 17.44% from 86); Blue value is 23 (9.38% from 255 or 26.74% from 86); Max value from RGB is 48 - color contains mainly: red. Hex color #300F17 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #300F17 is #CFF0E8. Grayscale: #191919. Windows color (decimal): -13627625 or 1511216. OLE color: 1511216.

HSL color Cylindrical-coordinate representation of color #300F17: hue angle of 345.45º 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 #300F17 is Cyan = 0, Magento = 0.69, Yellow = 0.52 and Black (K on CMYK) = 0.81.

Color convert

RGB481523-
CMYK00.690.520.81
HSL345.45º52.38%12.35%-
HSV(B)345.45º68.75%18.82%-
XYZ1.541.030.93-
YUV25.78126.43143.85-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 55.81%
GREEN value IS 15 (6.25% from 255) = 17.44%
BLUE value IS 23 (9.38% from 255) = 26.74%
R=55.81%
G=17.44%
B=26.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.52
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48152300.690.520.81345.4552.3812.35
Hex30F17045345115934c
Octal6017270105641215316414
Binary1100001111101110100010111010010100011010110011101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #300F17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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