#251E30

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

Shades of Tolopea #251E30

Tints of Tolopea #251E30

Color information

#251E30 (or 0x251E30) is unknown color: approx Tolopea. HEX triplet: 25, 1E and 30. RGB value is (37,30,48). Sum of RGB (Red+Green+Blue) = 37+30+48=115 (15% of max value = 765). Red value is 37 (14.84% from 255 or 32.17% from 115); Green value is 30 (12.11% from 255 or 26.09% from 115); Blue value is 48 (19.14% from 255 or 41.74% from 115); Max value from RGB is 48 - color contains mainly: blue. Hex color #251E30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #251E30 is #DAE1CF. Grayscale: #222222. Windows color (decimal): -14344656 or 3153445. OLE color: 3153445.

HSL color Cylindrical-coordinate representation of color #251E30: hue angle of 263.33º degrees, saturation: 0.23, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #251E30 is Cyan = 0.23, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB373048-
CMYK0.230.3700.81
HSL263.33º23.08%15.29%-
HSV(B)263.33º37.5%18.82%-
XYZ1.761.543-
YUV34.14135.82130.04-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 32.17%
GREEN value IS 30 (12.11% from 255) = 26.09%
BLUE value IS 48 (19.14% from 255) = 41.74%
R=32.17%
G=26.09%
B=41.74%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3730480.230.3700.81263.3323.0815.29
Hex251E30172505110717f
Octal453660274501214072717
Binary100101111101100001011110010101010001100000111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #251E30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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