#30191B

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

Shades of Rustic Red #30191B

Tints of Rustic Red #30191B

Color information

#30191B (or 0x30191B) is unknown color: approx Rustic Red. HEX triplet: 30, 19 and 1B. RGB value is (48,25,27). Sum of RGB (Red+Green+Blue) = 48+25+27=100 (13% of max value = 765). Red value is 48 (19.14% from 255 or 48% from 100); Green value is 25 (10.16% from 255 or 25% from 100); Blue value is 27 (10.94% from 255 or 27% from 100); Max value from RGB is 48 - color contains mainly: red. Hex color #30191B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30191B is #CFE6E4. Grayscale: #202020. Windows color (decimal): -13625061 or 1775920. OLE color: 1775920.

HSL color Cylindrical-coordinate representation of color #30191B: hue angle of 354.78º degrees, saturation: 0.32, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #30191B is Cyan = 0, Magento = 0.48, Yellow = 0.44 and Black (K on CMYK) = 0.81.

Color convert

RGB482527-
CMYK00.480.440.81
HSL354.78º31.51%14.31%-
HSV(B)354.78º47.92%18.82%-
XYZ1.761.41.21-
YUV32.11125.12139.34-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 48%
GREEN value IS 25 (10.16% from 255) = 25%
BLUE value IS 27 (10.94% from 255) = 27%
R=48%
G=25%
B=27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.44
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48252700.480.440.81354.7831.5114.31
Hex30191B0302C5116320e
Octal603133060541215434016
Binary1100001100111011011000010110010100011011000111000001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30191B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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