#25131A

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

Shades of Temptress #25131A

Tints of Temptress #25131A

Color information

#25131A (or 0x25131A) is unknown color: approx Temptress. HEX triplet: 25, 13 and 1A. RGB value is (37,19,26). Sum of RGB (Red+Green+Blue) = 37+19+26=82 (10% of max value = 765). Red value is 37 (14.84% from 255 or 45.12% from 82); Green value is 19 (7.81% from 255 or 23.17% from 82); Blue value is 26 (10.55% from 255 or 31.71% from 82); Max value from RGB is 37 - color contains mainly: red. Hex color #25131A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25131A is #DAECE5. Grayscale: #191919. Windows color (decimal): -14347494 or 1708837. OLE color: 1708837.

HSL color Cylindrical-coordinate representation of color #25131A: hue angle of 336.67º 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 #25131A is Cyan = 0, Magento = 0.49, Yellow = 0.30 and Black (K on CMYK) = 0.85.

Color convert

RGB371926-
CMYK00.490.300.85
HSL336.67º32.14%10.98%-
HSV(B)336.67º48.65%14.51%-
XYZ1.180.931.1-
YUV25.18128.46136.43-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 45.12%
GREEN value IS 19 (7.81% from 255) = 23.17%
BLUE value IS 26 (10.55% from 255) = 31.71%
R=45.12%
G=23.17%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.30
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37192600.490.300.85336.6732.1410.98
Hex25131A0311E5515120b
Octal452332061361255214013
Binary100101100111101001100011111010101011010100011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25131A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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