#25193A

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

Shades of Tolopea #25193A

Tints of Tolopea #25193A

Color information

#25193A (or 0x25193A) is unknown color: approx Tolopea. HEX triplet: 25, 19 and 3A. RGB value is (37,25,58). Sum of RGB (Red+Green+Blue) = 37+25+58=120 (15% of max value = 765). Red value is 37 (14.84% from 255 or 30.83% from 120); Green value is 25 (10.16% from 255 or 20.83% from 120); Blue value is 58 (23.05% from 255 or 48.33% from 120); Max value from RGB is 58 - color contains mainly: blue. Hex color #25193A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25193A is #DAE6C5. Grayscale: #202020. Windows color (decimal): -14345926 or 3807525. OLE color: 3807525.

HSL color Cylindrical-coordinate representation of color #25193A: hue angle of 261.82º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #25193A is Cyan = 0.36, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB372558-
CMYK0.360.5700.77
HSL261.82º39.76%16.27%-
HSV(B)261.82º56.9%22.75%-
XYZ1.871.394.17-
YUV32.35142.48131.32-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 30.83%
GREEN value IS 25 (10.16% from 255) = 20.83%
BLUE value IS 58 (23.05% from 255) = 48.33%
R=30.83%
G=20.83%
B=48.33%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3725580.360.5700.77261.8239.7616.27
Hex25193A243904D1062810
Octal453172447101154065020
Binary100101110011110101001001110010100110110000011010100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25193A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,25,58); }

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

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

 a { background-color: rgb(37,25,58); }

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

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

 span { border-color: rgb(37,25,58); }

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