#351B24

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

Shades of Temptress #351B24

Tints of Temptress #351B24

Color information

#351B24 (or 0x351B24) is unknown color: approx Temptress. HEX triplet: 35, 1B and 24. RGB value is (53,27,36). Sum of RGB (Red+Green+Blue) = 53+27+36=116 (15% of max value = 765). Red value is 53 (21.09% from 255 or 45.69% from 116); Green value is 27 (10.94% from 255 or 23.28% from 116); Blue value is 36 (14.45% from 255 or 31.03% from 116); Max value from RGB is 53 - color contains mainly: red. Hex color #351B24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #351B24 is #CAE4DB. Grayscale: #232323. Windows color (decimal): -13296860 or 2366261. OLE color: 2366261.

HSL color Cylindrical-coordinate representation of color #351B24: hue angle of 339.23º degrees, saturation: 0.32, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #351B24 is Cyan = 0, Magento = 0.49, Yellow = 0.32 and Black (K on CMYK) = 0.79.

Color convert

RGB532736-
CMYK00.490.320.79
HSL339.23º32.5%15.69%-
HSV(B)339.23º49.06%20.78%-
XYZ2.181.671.88-
YUV35.8128.11140.27-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 45.69%
GREEN value IS 27 (10.94% from 255) = 23.28%
BLUE value IS 36 (14.45% from 255) = 31.03%
R=45.69%
G=23.28%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.32
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53273600.490.320.79339.2332.515.69
Hex351B24031204F1532010
Octal653344061401175234020
Binary110101110111001000110001100000100111110101001110000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #351B24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #351B24; }

 p { color: rgb(53,27,36); }

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

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

 a { background-color: rgb(53,27,36); }

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

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

 span { border-color: rgb(53,27,36); }

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