#25193C

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

Shades of Tolopea #25193C

Tints of Tolopea #25193C

Color information

#25193C (or 0x25193C) is unknown color: approx Tolopea. HEX triplet: 25, 19 and 3C. RGB value is (37,25,60). Sum of RGB (Red+Green+Blue) = 37+25+60=122 (16% of max value = 765). Red value is 37 (14.84% from 255 or 30.33% from 122); Green value is 25 (10.16% from 255 or 20.49% from 122); Blue value is 60 (23.83% from 255 or 49.18% from 122); Max value from RGB is 60 - color contains mainly: blue. Hex color #25193C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #25193C is #DAE6C3. Grayscale: #202020. Windows color (decimal): -14345924 or 3938597. OLE color: 3938597.

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

Color convert

RGB372560-
CMYK0.380.5800.76
HSL260.57º41.18%16.67%-
HSV(B)260.57º58.33%23.53%-
XYZ1.931.414.45-
YUV32.58143.48131.15-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 30.33%
GREEN value IS 25 (10.16% from 255) = 20.49%
BLUE value IS 60 (23.83% from 255) = 49.18%
R=30.33%
G=20.49%
B=49.18%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3725600.380.5800.76260.5741.1816.67
Hex25193C263A04C1052911
Octal453174467201144055121
Binary100101110011111001001101110100100110010000010110100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #25193C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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