#331819

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

Shades of Rustic Red #331819

Tints of Rustic Red #331819

Color information

#331819 (or 0x331819) is unknown color: approx Rustic Red. HEX triplet: 33, 18 and 19. RGB value is (51,24,25). Sum of RGB (Red+Green+Blue) = 51+24+25=100 (13% of max value = 765). Red value is 51 (20.31% from 255 or 51% from 100); Green value is 24 (9.77% from 255 or 24% from 100); Blue value is 25 (10.16% from 255 or 25% from 100); Max value from RGB is 51 - color contains mainly: red. Hex color #331819 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331819 is #CCE7E6. Grayscale: #202020. Windows color (decimal): -13428711 or 1644595. OLE color: 1644595.

HSL color Cylindrical-coordinate representation of color #331819: hue angle of 357.78º degrees, saturation: 0.36, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #331819 is Cyan = 0, Magento = 0.53, Yellow = 0.51 and Black (K on CMYK) = 0.8.

Color convert

RGB512425-
CMYK00.530.510.8
HSL357.78º36%14.71%-
HSV(B)357.78º52.94%20%-
XYZ1.871.431.1-
YUV32.19123.95141.42-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 51%
GREEN value IS 24 (9.77% from 255) = 24%
BLUE value IS 25 (10.16% from 255) = 25%
R=51%
G=24%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.51
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51242500.530.510.8357.783614.71
Hex331819035335016624f
Octal633031065631205464417
Binary1100111100011001011010111001110100001011001101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331819; }

 p { color: rgb(51,24,25); }

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

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

 a { background-color: rgb(51,24,25); }

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

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

 span { border-color: rgb(51,24,25); }

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