#30171B

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

Shades of Rustic Red #30171B

Tints of Rustic Red #30171B

Color information

#30171B (or 0x30171B) is unknown color: approx Rustic Red. HEX triplet: 30, 17 and 1B. RGB value is (48,23,27). Sum of RGB (Red+Green+Blue) = 48+23+27=98 (12% of max value = 765). Red value is 48 (19.14% from 255 or 48.98% from 98); Green value is 23 (9.38% from 255 or 23.47% from 98); Blue value is 27 (10.94% from 255 or 27.55% from 98); Max value from RGB is 48 - color contains mainly: red. Hex color #30171B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30171B is #CFE8E4. Grayscale: #1E1E1E. Windows color (decimal): -13625573 or 1775408. OLE color: 1775408.

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

Color convert

RGB482327-
CMYK00.520.440.81
HSL350.4º35.21%13.92%-
HSV(B)350.4º52.08%18.82%-
XYZ1.721.321.2-
YUV30.93125.78140.17-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 48.98%
GREEN value IS 23 (9.38% from 255) = 23.47%
BLUE value IS 27 (10.94% from 255) = 27.55%
R=48.98%
G=23.47%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.44
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48232700.520.440.81350.435.2113.92
Hex30171B0342C5115e23e
Octal602733064541215364316
Binary1100001011111011011010010110010100011010111101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30171B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30171B; }

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

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

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

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

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

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

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

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