#35151F

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

Shades of Temptress #35151F

Tints of Temptress #35151F

Color information

#35151F (or 0x35151F) is unknown color: approx Temptress. HEX triplet: 35, 15 and 1F. RGB value is (53,21,31). Sum of RGB (Red+Green+Blue) = 53+21+31=105 (13% of max value = 765). Red value is 53 (21.09% from 255 or 50.48% from 105); Green value is 21 (8.59% from 255 or 20% from 105); Blue value is 31 (12.5% from 255 or 29.52% from 105); Max value from RGB is 53 - color contains mainly: red. Hex color #35151F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35151F is #CAEAE0. Grayscale: #1F1F1F. Windows color (decimal): -13298401 or 2037045. OLE color: 2037045.

HSL color Cylindrical-coordinate representation of color #35151F: hue angle of 341.25º degrees, saturation: 0.43, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #35151F is Cyan = 0, Magento = 0.60, Yellow = 0.42 and Black (K on CMYK) = 0.79.

Color convert

RGB532131-
CMYK00.600.420.79
HSL341.25º43.24%14.51%-
HSV(B)341.25º60.38%20.78%-
XYZ1.981.391.46-
YUV31.71127.6143.19-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 50.48%
GREEN value IS 21 (8.59% from 255) = 20%
BLUE value IS 31 (12.5% from 255) = 29.52%
R=50.48%
G=20%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.42
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53213100.600.420.79341.2543.2414.51
Hex35151F03C2A4F1552bf
Octal652537074521175255317
Binary1101011010111111011110010101010011111010101011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35151F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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