Html Css Color HEX #25193D Tolopea

📋 copy color: '#25193D'

red 37 ◦ green 25 ◦ blue 61

#25193D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tolopea #25193D

Tints of Tolopea #25193D

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 value IS 0.39

 M value IS 0.59

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#25193D (or 0x25193D) is known color: 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

RGB 37 25 61 -
CMYK 0.39 0.59 0 0.76
HSL 260º 0.42% 0.17% -
HSV(B) 260º 0.59% 0.24% -
XYZ 1.95 1.43 4.59 -
YUV 32.69 143.98 131.07 -
System Red Green Blue C M Y K H S L
Decimal 37 25 61 0.39 0.59 0 0.76 260 0.42 0.17
Hex 25 19 3D 27 3B 0 4C 104 2A 11
Octal 45 31 75 47 73 0 114 404 52 21
Binary 100101 11001 111101 100111 111011 0 1001100 100000100 101010 10001

Color Harmonies of #25193D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25193D

Black with #25193D

Text Example


Text Example

White with #25193D

Text Example


Text Example

HTML Codes & Css Web 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>