#35141F

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

Shades of Temptress #35141F

Tints of Temptress #35141F

Color information

#35141F (or 0x35141F) is unknown color: approx Temptress. HEX triplet: 35, 14 and 1F. RGB value is (53,20,31). Sum of RGB (Red+Green+Blue) = 53+20+31=104 (13% of max value = 765). Red value is 53 (21.09% from 255 or 50.96% from 104); Green value is 20 (8.20% from 255 or 19.23% from 104); Blue value is 31 (12.5% from 255 or 29.81% from 104); Max value from RGB is 53 - color contains mainly: red. Hex color #35141F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35141F is #CAEBE0. Grayscale: #1F1F1F. Windows color (decimal): -13298657 or 2036789. OLE color: 2036789.

HSL color Cylindrical-coordinate representation of color #35141F: hue angle of 340º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #35141F is Cyan = 0, Magento = 0.62, Yellow = 0.42 and Black (K on CMYK) = 0.79.

Color convert

RGB532031-
CMYK00.620.420.79
HSL340º45.21%14.31%-
HSV(B)340º62.26%20.78%-
XYZ1.971.361.45-
YUV31.12127.93143.61-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 50.96%
GREEN value IS 20 (8.20% from 255) = 19.23%
BLUE value IS 31 (12.5% from 255) = 29.81%
R=50.96%
G=19.23%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.42
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53203100.620.420.7934045.2114.31
Hex35141F03E2A4F1542de
Octal652437076521175245516
Binary1101011010011111011111010101010011111010101001011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35141F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35141F; }

 p { color: rgb(53,20,31); }

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

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

 a { background-color: rgb(53,20,31); }

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

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

 span { border-color: rgb(53,20,31); }

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