#251D3C

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

Shades of Tolopea #251D3C

Tints of Tolopea #251D3C

Color information

#251D3C (or 0x251D3C) is unknown color: approx Tolopea. HEX triplet: 25, 1D and 3C. RGB value is (37,29,60). Sum of RGB (Red+Green+Blue) = 37+29+60=126 (16% of max value = 765). Red value is 37 (14.84% from 255 or 29.37% from 126); Green value is 29 (11.72% from 255 or 23.02% from 126); Blue value is 60 (23.83% from 255 or 47.62% from 126); Max value from RGB is 60 - color contains mainly: blue. Hex color #251D3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #251D3C is #DAE2C3. Grayscale: #222222. Windows color (decimal): -14344900 or 3939621. OLE color: 3939621.

HSL color Cylindrical-coordinate representation of color #251D3C: hue angle of 255.48º degrees, saturation: 0.35, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #251D3C is Cyan = 0.38, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB372960-
CMYK0.380.5200.76
HSL255.48º34.83%17.45%-
HSV(B)255.48º51.67%23.53%-
XYZ2.021.64.48-
YUV34.93142.15129.48-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 29.37%
GREEN value IS 29 (11.72% from 255) = 23.02%
BLUE value IS 60 (23.83% from 255) = 47.62%
R=29.37%
G=23.02%
B=47.62%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3729600.380.5200.76255.4834.8317.45
Hex251D3C263404Cff2311
Octal453574466401143774321
Binary10010111101111100100110110100010011001111111110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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