#301719

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

Shades of Rustic Red #301719

Tints of Rustic Red #301719

Color information

#301719 (or 0x301719) is unknown color: approx Rustic Red. HEX triplet: 30, 17 and 19. RGB value is (48,23,25). Sum of RGB (Red+Green+Blue) = 48+23+25=96 (12% of max value = 765). Red value is 48 (19.14% from 255 or 50% from 96); Green value is 23 (9.38% from 255 or 23.96% from 96); Blue value is 25 (10.16% from 255 or 26.04% from 96); Max value from RGB is 48 - color contains mainly: red. Hex color #301719 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301719 is #CFE8E6. Grayscale: #1E1E1E. Windows color (decimal): -13625575 or 1644336. OLE color: 1644336.

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

Color convert

RGB482325-
CMYK00.520.480.81
HSL355.2º35.21%13.92%-
HSV(B)355.2º52.08%18.82%-
XYZ1.71.311.08-
YUV30.7124.78140.34-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 50%
GREEN value IS 23 (9.38% from 255) = 23.96%
BLUE value IS 25 (10.16% from 255) = 26.04%
R=50%
G=23.96%
B=26.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.48
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48232500.520.480.81355.235.2113.92
Hex301719034305116323e
Octal602731064601215434316
Binary1100001011111001011010011000010100011011000111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #301719

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #301719; }

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

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

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

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

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

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

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

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