#331821

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

Shades of Temptress #331821

Tints of Temptress #331821

Color information

#331821 (or 0x331821) is unknown color: approx Temptress. HEX triplet: 33, 18 and 21. RGB value is (51,24,33). Sum of RGB (Red+Green+Blue) = 51+24+33=108 (14% of max value = 765). Red value is 51 (20.31% from 255 or 47.22% from 108); Green value is 24 (9.77% from 255 or 22.22% from 108); Blue value is 33 (13.28% from 255 or 30.56% from 108); Max value from RGB is 51 - color contains mainly: red. Hex color #331821 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #331821 is #CCE7DE. Grayscale: #212121. Windows color (decimal): -13428703 or 2168883. OLE color: 2168883.

HSL color Cylindrical-coordinate representation of color #331821: hue angle of 340º 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 #331821 is Cyan = 0, Magento = 0.53, Yellow = 0.35 and Black (K on CMYK) = 0.8.

Color convert

RGB512433-
CMYK00.530.350.8
HSL340º36%14.71%-
HSV(B)340º52.94%20%-
XYZ1.971.471.62-
YUV33.1127.95140.77-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 47.22%
GREEN value IS 24 (9.77% from 255) = 22.22%
BLUE value IS 33 (13.28% from 255) = 30.56%
R=47.22%
G=22.22%
B=30.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.35
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal51243300.530.350.83403614.71
Hex331821035235015424f
Octal633041065431205244417
Binary11001111000100001011010110001110100001010101001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #331821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #331821; }

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

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

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

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

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

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

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

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