#25143E

Color #25143E Tolopea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tolopea #25143E

Tints of Tolopea #25143E

Color information

#25143E (or 0x25143E) is unknown color: approx Tolopea. HEX triplet: 25, 14 and 3E. RGB value is (37,20,62). Sum of RGB (Red+Green+Blue) = 37+20+62=119 (15% of max value = 765). Red value is 37 (14.84% from 255 or 31.09% from 119); Green value is 20 (8.20% from 255 or 16.81% from 119); Blue value is 62 (24.61% from 255 or 52.10% from 119); Max value from RGB is 62 - color contains mainly: blue. Hex color #25143E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25143E is #DAEBC1. Grayscale: #1D1D1D. Windows color (decimal): -14347202 or 4068389. OLE color: 4068389.

HSL color Cylindrical-coordinate representation of color #25143E: hue angle of 264.29º degrees, saturation: 0.51, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #25143E is Cyan = 0.40, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB372062-
CMYK0.400.6800.76
HSL264.29º51.22%16.08%-
HSV(B)264.29º67.74%24.31%-
XYZ1.881.244.7-
YUV29.87146.13133.08-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 31.09%
GREEN value IS 20 (8.20% from 255) = 16.81%
BLUE value IS 62 (24.61% from 255) = 52.10%
R=31.09%
G=16.81%
B=52.10%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3720620.400.6800.76264.2951.2216.08
Hex25143E284404C1083310
Octal4524765010401144106320
Binary1001011010011111010100010001000100110010000100011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25143E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #25143E; }

 p { color: rgb(37,20,62); }

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

<style>
 a { background-color: #25143E; }

 a { background-color: rgb(37,20,62); }

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

<style>
 span { border-color: #25143E; }

 span { border-color: rgb(37,20,62); }

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