#25131B

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

Shades of Temptress #25131B

Tints of Temptress #25131B

Color information

#25131B (or 0x25131B) is unknown color: approx Temptress. HEX triplet: 25, 13 and 1B. RGB value is (37,19,27). Sum of RGB (Red+Green+Blue) = 37+19+27=83 (10% of max value = 765). Red value is 37 (14.84% from 255 or 44.58% from 83); Green value is 19 (7.81% from 255 or 22.89% from 83); Blue value is 27 (10.94% from 255 or 32.53% from 83); Max value from RGB is 37 - color contains mainly: red. Hex color #25131B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25131B is #DAECE4. Grayscale: #191919. Windows color (decimal): -14347493 or 1774373. OLE color: 1774373.

HSL color Cylindrical-coordinate representation of color #25131B: hue angle of 333.33º degrees, saturation: 0.32, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #25131B is Cyan = 0, Magento = 0.49, Yellow = 0.27 and Black (K on CMYK) = 0.85.

Color convert

RGB371927-
CMYK00.490.270.85
HSL333.33º32.14%10.98%-
HSV(B)333.33º48.65%14.51%-
XYZ1.190.941.16-
YUV25.29128.96136.35-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 44.58%
GREEN value IS 19 (7.81% from 255) = 22.89%
BLUE value IS 27 (10.94% from 255) = 32.53%
R=44.58%
G=22.89%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.27
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37192700.490.270.85333.3332.1410.98
Hex25131B0311B5514d20b
Octal452333061331255154013
Binary100101100111101101100011101110101011010011011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25131B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25131B; }

 p { color: rgb(37,19,27); }

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

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

 a { background-color: rgb(37,19,27); }

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

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

 span { border-color: rgb(37,19,27); }

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