#25151C

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

Shades of Temptress #25151C

Tints of Temptress #25151C

Color information

#25151C (or 0x25151C) is unknown color: approx Temptress. HEX triplet: 25, 15 and 1C. RGB value is (37,21,28). Sum of RGB (Red+Green+Blue) = 37+21+28=86 (11% of max value = 765). Red value is 37 (14.84% from 255 or 43.02% from 86); Green value is 21 (8.59% from 255 or 24.42% from 86); Blue value is 28 (11.33% from 255 or 32.56% from 86); Max value from RGB is 37 - color contains mainly: red. Hex color #25151C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25151C is #DAEAE3. Grayscale: #1A1A1A. Windows color (decimal): -14346980 or 1840421. OLE color: 1840421.

HSL color Cylindrical-coordinate representation of color #25151C: hue angle of 333.75º degrees, saturation: 0.28, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #25151C is Cyan = 0, Magento = 0.43, Yellow = 0.24 and Black (K on CMYK) = 0.85.

Color convert

RGB372128-
CMYK00.430.240.85
HSL333.75º27.59%11.37%-
HSV(B)333.75º43.24%14.51%-
XYZ1.241.011.23-
YUV26.58128.8135.43-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 43.02%
GREEN value IS 21 (8.59% from 255) = 24.42%
BLUE value IS 28 (11.33% from 255) = 32.56%
R=43.02%
G=24.42%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.24
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37212800.430.240.85333.7527.5911.37
Hex25151C02B185514e1cb
Octal452534053301255163413
Binary10010110101111000101011110001010101101001110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25151C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25151C; }

 p { color: rgb(37,21,28); }

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

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

 a { background-color: rgb(37,21,28); }

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

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

 span { border-color: rgb(37,21,28); }

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