#331B1D

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

Shades of Rustic Red #331B1D

Tints of Rustic Red #331B1D

Color information

#331B1D (or 0x331B1D) is unknown color: approx Rustic Red. HEX triplet: 33, 1B and 1D. RGB value is (51,27,29). Sum of RGB (Red+Green+Blue) = 51+27+29=107 (14% of max value = 765). Red value is 51 (20.31% from 255 or 47.66% from 107); Green value is 27 (10.94% from 255 or 25.23% from 107); Blue value is 29 (11.72% from 255 or 27.10% from 107); Max value from RGB is 51 - color contains mainly: red. Hex color #331B1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #331B1D is #CCE4E2. Grayscale: #222222. Windows color (decimal): -13427939 or 1907507. OLE color: 1907507.

HSL color Cylindrical-coordinate representation of color #331B1D: hue angle of 355º degrees, saturation: 0.31, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #331B1D is Cyan = 0, Magento = 0.47, Yellow = 0.43 and Black (K on CMYK) = 0.8.

Color convert

RGB512729-
CMYK00.470.430.8
HSL355º30.77%15.29%-
HSV(B)355º47.06%20%-
XYZ1.981.581.36-
YUV34.4124.95139.84-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 47.66%
GREEN value IS 27 (10.94% from 255) = 25.23%
BLUE value IS 29 (11.72% from 255) = 27.10%
R=47.66%
G=25.23%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.43
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51272900.470.430.835530.7715.29
Hex331B1D02F2B501631ff
Octal633335057531205433717
Binary110011110111110101011111010111010000101100011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331B1D; }

 p { color: rgb(51,27,29); }

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

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

 a { background-color: rgb(51,27,29); }

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

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

 span { border-color: rgb(51,27,29); }

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