#30131B

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

Shades of Rustic Red #30131B

Tints of Rustic Red #30131B

Color information

#30131B (or 0x30131B) is unknown color: approx Rustic Red. HEX triplet: 30, 13 and 1B. RGB value is (48,19,27). Sum of RGB (Red+Green+Blue) = 48+19+27=94 (12% of max value = 765). Red value is 48 (19.14% from 255 or 51.06% from 94); Green value is 19 (7.81% from 255 or 20.21% from 94); Blue value is 27 (10.94% from 255 or 28.72% from 94); Max value from RGB is 48 - color contains mainly: red. Hex color #30131B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30131B is #CFECE4. Grayscale: #1C1C1C. Windows color (decimal): -13626597 or 1774384. OLE color: 1774384.

HSL color Cylindrical-coordinate representation of color #30131B: hue angle of 343.45º degrees, saturation: 0.43, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #30131B is Cyan = 0, Magento = 0.60, Yellow = 0.44 and Black (K on CMYK) = 0.81.

Color convert

RGB481927-
CMYK00.600.440.81
HSL343.45º43.28%13.14%-
HSV(B)343.45º60.42%18.82%-
XYZ1.651.171.18-
YUV28.58127.11141.85-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 51.06%
GREEN value IS 19 (7.81% from 255) = 20.21%
BLUE value IS 27 (10.94% from 255) = 28.72%
R=51.06%
G=20.21%
B=28.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.44
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48192700.600.440.81343.4543.2813.14
Hex30131B03C2C511572bd
Octal602333074541215275315
Binary1100001001111011011110010110010100011010101111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30131B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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