#251D32

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

Shades of Tolopea #251D32

Tints of Tolopea #251D32

Color information

#251D32 (or 0x251D32) is unknown color: approx Tolopea. HEX triplet: 25, 1D and 32. RGB value is (37,29,50). Sum of RGB (Red+Green+Blue) = 37+29+50=116 (15% of max value = 765). Red value is 37 (14.84% from 255 or 31.90% from 116); Green value is 29 (11.72% from 255 or 25% from 116); Blue value is 50 (19.92% from 255 or 43.10% from 116); Max value from RGB is 50 - color contains mainly: blue. Hex color #251D32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #251D32 is #DAE2CD. Grayscale: #212121. Windows color (decimal): -14344910 or 3284261. OLE color: 3284261.

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

Color convert

RGB372950-
CMYK0.260.4200.80
HSL262.86º26.58%15.49%-
HSV(B)262.86º42%19.61%-
XYZ1.781.53.21-
YUV33.79137.15130.29-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 31.90%
GREEN value IS 29 (11.72% from 255) = 25%
BLUE value IS 50 (19.92% from 255) = 43.10%
R=31.90%
G=25%
B=43.10%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3729500.260.4200.80262.8626.5815.49
Hex251D321A2A0501071bf
Octal453562325201204073317
Binary100101111011100101101010101001010000100000111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,29,50); }

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

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

 a { background-color: rgb(37,29,50); }

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

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

 span { border-color: rgb(37,29,50); }

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