#30181B

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

Shades of Rustic Red #30181B

Tints of Rustic Red #30181B

Color information

#30181B (or 0x30181B) is unknown color: approx Rustic Red. HEX triplet: 30, 18 and 1B. RGB value is (48,24,27). Sum of RGB (Red+Green+Blue) = 48+24+27=99 (13% of max value = 765). Red value is 48 (19.14% from 255 or 48.48% from 99); Green value is 24 (9.77% from 255 or 24.24% from 99); Blue value is 27 (10.94% from 255 or 27.27% from 99); Max value from RGB is 48 - color contains mainly: red. Hex color #30181B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #30181B is #CFE7E4. Grayscale: #1F1F1F. Windows color (decimal): -13625317 or 1775664. OLE color: 1775664.

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

Color convert

RGB482427-
CMYK00.50.440.81
HSL352.5º33.33%14.12%-
HSV(B)352.5º50%18.82%-
XYZ1.741.361.21-
YUV31.52125.45139.76-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 48.48%
GREEN value IS 24 (9.77% from 255) = 24.24%
BLUE value IS 27 (10.94% from 255) = 27.27%
R=48.48%
G=24.24%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.44
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal48242700.50.440.81352.533.3314.12
Hex30181B0322C5116021e
Octal603033062541215404116
Binary1100001100011011011001010110010100011011000001000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30181B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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