#301718

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

Shades of Rustic Red #301718

Tints of Rustic Red #301718

Color information

#301718 (or 0x301718) is unknown color: approx Rustic Red. HEX triplet: 30, 17 and 18. RGB value is (48,23,24). Sum of RGB (Red+Green+Blue) = 48+23+24=95 (12% of max value = 765). Red value is 48 (19.14% from 255 or 50.53% from 95); Green value is 23 (9.38% from 255 or 24.21% from 95); Blue value is 24 (9.77% from 255 or 25.26% from 95); Max value from RGB is 48 - color contains mainly: red. Hex color #301718 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301718 is #CFE8E7. Grayscale: #1E1E1E. Windows color (decimal): -13625576 or 1578800. OLE color: 1578800.

HSL color Cylindrical-coordinate representation of color #301718: hue angle of 357.6º degrees, saturation: 0.35, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #301718 is Cyan = 0, Magento = 0.52, Yellow = 0.5 and Black (K on CMYK) = 0.81.

Color convert

RGB482324-
CMYK00.520.50.81
HSL357.6º35.21%13.92%-
HSV(B)357.6º52.08%18.82%-
XYZ1.691.311.03-
YUV30.59124.28140.42-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 50.53%
GREEN value IS 23 (9.38% from 255) = 24.21%
BLUE value IS 24 (9.77% from 255) = 25.26%
R=50.53%
G=24.21%
B=25.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.5
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48232400.520.50.81357.635.2113.92
Hex301718034325116623e
Octal602730064621215464316
Binary1100001011111000011010011001010100011011001101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301718; }

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

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

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

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

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

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

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

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