#25193D

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

Shades of Tolopea #25193D

Tints of Tolopea #25193D

Color information

#25193D (or 0x25193D) is unknown color: approx Tolopea. HEX triplet: 25, 19 and 3D. RGB value is (37,25,61). Sum of RGB (Red+Green+Blue) = 37+25+61=123 (16% of max value = 765). Red value is 37 (14.84% from 255 or 30.08% from 123); Green value is 25 (10.16% from 255 or 20.33% from 123); Blue value is 61 (24.22% from 255 or 49.59% from 123); Max value from RGB is 61 - color contains mainly: blue. Hex color #25193D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25193D is #DAE6C2. Grayscale: #202020. Windows color (decimal): -14345923 or 4004133. OLE color: 4004133.

HSL color Cylindrical-coordinate representation of color #25193D: hue angle of 260º degrees, saturation: 0.42, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #25193D is Cyan = 0.39, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB372561-
CMYK0.390.5900.76
HSL260º41.86%16.86%-
HSV(B)260º59.02%23.92%-
XYZ1.951.434.59-
YUV32.69143.98131.07-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 30.08%
GREEN value IS 25 (10.16% from 255) = 20.33%
BLUE value IS 61 (24.22% from 255) = 49.59%
R=30.08%
G=20.33%
B=49.59%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3725610.390.5900.7626041.8616.86
Hex25193D273B04C1042a11
Octal453175477301144045221
Binary100101110011111011001111110110100110010000010010101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25193D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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