#251E34

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

Shades of Tolopea #251E34

Tints of Tolopea #251E34

Color information

#251E34 (or 0x251E34) is unknown color: approx Tolopea. HEX triplet: 25, 1E and 34. RGB value is (37,30,52). Sum of RGB (Red+Green+Blue) = 37+30+52=119 (15% of max value = 765). Red value is 37 (14.84% from 255 or 31.09% from 119); Green value is 30 (12.11% from 255 or 25.21% from 119); Blue value is 52 (20.70% from 255 or 43.70% from 119); Max value from RGB is 52 - color contains mainly: blue. Hex color #251E34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #251E34 is #DAE1CB. Grayscale: #222222. Windows color (decimal): -14344652 or 3415589. OLE color: 3415589.

HSL color Cylindrical-coordinate representation of color #251E34: hue angle of 259.09º degrees, saturation: 0.27, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #251E34 is Cyan = 0.29, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB373052-
CMYK0.290.4200.80
HSL259.09º26.83%16.08%-
HSV(B)259.09º42.31%20.39%-
XYZ1.851.573.45-
YUV34.6137.82129.71-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 31.09%
GREEN value IS 30 (12.11% from 255) = 25.21%
BLUE value IS 52 (20.70% from 255) = 43.70%
R=31.09%
G=25.21%
B=43.70%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3730520.290.4200.80259.0926.8316.08
Hex251E341D2A0501031b10
Octal453664355201204033320
Binary1001011111011010011101101010010100001000000111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #251E34; }

 p { color: rgb(37,30,52); }

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

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

 a { background-color: rgb(37,30,52); }

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

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

 span { border-color: rgb(37,30,52); }

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