Html Css Color HEX #251940 Tolopea

📋 copy color: '#251940'

red 37 ◦ green 25 ◦ blue 64

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

Shades of Tolopea #251940

Tints of Tolopea #251940

RGB

 RED value IS 37 (14.84% from 255) = 29.37%

 GREEN value IS 25 (10.16% from 255) = 19.84%

 BLUE value IS 64 (25.39% from 255) = 50.79%

R = 29.37%
G = 19.84%
B = 50.79%

CMYK

 C value IS 0.42

 M value IS 0.61

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#251940 (or 0x251940) is known color: Tolopea. HEX triplet: 25, 19 and 40. RGB value is (37,25,64). Sum of RGB (Red+Green+Blue) = 37+25+64=126 (16% of max value = 765). Red value is 37 (14.84% from 255 or 29.37% from 126); Green value is 25 (10.16% from 255 or 19.84% from 126); Blue value is 64 (25.39% from 255 or 50.79% from 126); Max value from RGB is 64 - color contains mainly: blue. Hex color #251940 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #251940 is #DAE6BF. Grayscale: #202020. Windows color (decimal): -14345920 or 4200741. OLE color: 4200741.

HSL color Cylindrical-coordinate representation of color #251940: hue angle of 258.46º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #251940 is Cyan = 0.42, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 37 25 64 -
CMYK 0.42 0.61 0 0.75
HSL 258.46º 0.44% 0.17% -
HSV(B) 258.46º 0.61% 0.25% -
XYZ 2.04 1.46 5.02 -
YUV 33.03 145.48 130.83 -
System Red Green Blue C M Y K H S L
Decimal 37 25 64 0.42 0.61 0 0.75 258.46 0.44 0.17
Hex 25 19 40 2A 3D 0 4B 102 2C 11
Octal 45 31 100 52 75 0 113 402 54 21
Binary 100101 11001 1000000 101010 111101 0 1001011 100000010 101100 10001

Color Harmonies of #251940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251940

Black with #251940

Text Example


Text Example

White with #251940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251940; }

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

 H1.HeaderClassName
 {
   color: #251940;
 }
 .AnyTagClassName
 {
   color: #251940;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #251940;
 }
 .BgClassName
 {
   background-color: #251940;
 }
</style>

border-color css

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

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

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