#331718

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

Shades of Rustic Red #331718

Tints of Rustic Red #331718

Color information

#331718 (or 0x331718) is unknown color: approx Rustic Red. HEX triplet: 33, 17 and 18. RGB value is (51,23,24). Sum of RGB (Red+Green+Blue) = 51+23+24=98 (12% of max value = 765). Red value is 51 (20.31% from 255 or 52.04% from 98); Green value is 23 (9.38% from 255 or 23.47% from 98); Blue value is 24 (9.77% from 255 or 24.49% from 98); Max value from RGB is 51 - color contains mainly: red. Hex color #331718 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #331718 is #CCE8E7. Grayscale: #1F1F1F. Windows color (decimal): -13428968 or 1578803. OLE color: 1578803.

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

Color convert

RGB512324-
CMYK00.550.530.8
HSL357.86º37.84%14.51%-
HSV(B)357.86º54.9%20%-
XYZ1.841.381.03-
YUV31.49123.78141.92-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 52.04%
GREEN value IS 23 (9.38% from 255) = 23.47%
BLUE value IS 24 (9.77% from 255) = 24.49%
R=52.04%
G=23.47%
B=24.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.53
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51232400.550.530.8357.8637.8414.51
Hex331718037355016626f
Octal632730067651205464617
Binary1100111011111000011011111010110100001011001101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331718; }

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

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

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

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

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

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

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

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