#25121A

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

Shades of Temptress #25121A

Tints of Temptress #25121A

Color information

#25121A (or 0x25121A) is unknown color: approx Temptress. HEX triplet: 25, 12 and 1A. RGB value is (37,18,26). Sum of RGB (Red+Green+Blue) = 37+18+26=81 (10% of max value = 765). Red value is 37 (14.84% from 255 or 45.68% from 81); Green value is 18 (7.42% from 255 or 22.22% from 81); Blue value is 26 (10.55% from 255 or 32.10% from 81); Max value from RGB is 37 - color contains mainly: red. Hex color #25121A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25121A is #DAEDE5. Grayscale: #181818. Windows color (decimal): -14347750 or 1708581. OLE color: 1708581.

HSL color Cylindrical-coordinate representation of color #25121A: hue angle of 334.74º degrees, saturation: 0.35, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #25121A is Cyan = 0, Magento = 0.51, Yellow = 0.30 and Black (K on CMYK) = 0.85.

Color convert

RGB371826-
CMYK00.510.300.85
HSL334.74º34.55%10.78%-
HSV(B)334.74º51.35%14.51%-
XYZ1.170.91.09-
YUV24.59128.79136.85-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 45.68%
GREEN value IS 18 (7.42% from 255) = 22.22%
BLUE value IS 26 (10.55% from 255) = 32.10%
R=45.68%
G=22.22%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.30
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal37182600.510.300.85334.7434.5510.78
Hex25121A0331E5514f23b
Octal452232063361255174313
Binary100101100101101001100111111010101011010011111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25121A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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