#251941

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

Shades of Tolopea #251941

Tints of Tolopea #251941

Color information

#251941 (or 0x251941) is unknown color: approx Tolopea. HEX triplet: 25, 19 and 41. RGB value is (37,25,65). Sum of RGB (Red+Green+Blue) = 37+25+65=127 (16% of max value = 765). Red value is 37 (14.84% from 255 or 29.13% from 127); Green value is 25 (10.16% from 255 or 19.69% from 127); Blue value is 65 (25.78% from 255 or 51.18% from 127); Max value from RGB is 65 - color contains mainly: blue. Hex color #251941 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #251941 is #DAE6BE. Grayscale: #212121. Windows color (decimal): -14345919 or 4266277. OLE color: 4266277.

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

Color convert

RGB372565-
CMYK0.430.6200.75
HSL258º44.44%17.65%-
HSV(B)258º61.54%25.49%-
XYZ2.061.475.18-
YUV33.15145.98130.75-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 29.13%
GREEN value IS 25 (10.16% from 255) = 19.69%
BLUE value IS 65 (25.78% from 255) = 51.18%
R=29.13%
G=19.69%
B=51.18%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3725650.430.6200.7525844.4417.65
Hex2519412B3E04B1022c12
Octal4531101537601134025422
Binary1001011100110000011010111111100100101110000001010110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251941; }

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

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

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

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

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

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

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

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