#252141

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

Shades of Tolopea #252141

Tints of Tolopea #252141

Color information

#252141 (or 0x252141) is unknown color: approx Tolopea. HEX triplet: 25, 21 and 41. RGB value is (37,33,65). Sum of RGB (Red+Green+Blue) = 37+33+65=135 (17% of max value = 765). Red value is 37 (14.84% from 255 or 27.41% from 135); Green value is 33 (13.28% from 255 or 24.44% from 135); Blue value is 65 (25.78% from 255 or 48.15% from 135); Max value from RGB is 65 - color contains mainly: blue. Hex color #252141 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #252141 is #DADEBE. Grayscale: #252525. Windows color (decimal): -14343871 or 4268325. OLE color: 4268325.

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

Color convert

RGB373365-
CMYK0.430.4900.75
HSL247.5º32.65%19.22%-
HSV(B)247.5º49.23%25.49%-
XYZ2.261.865.24-
YUV37.84143.33127.4-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 27.41%
GREEN value IS 33 (13.28% from 255) = 24.44%
BLUE value IS 65 (25.78% from 255) = 48.15%
R=27.41%
G=24.44%
B=48.15%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3733650.430.4900.75247.532.6519.22
Hex2521412B3104Bf82113
Octal4541101536101133704123
Binary1001011000011000001101011110001010010111111100010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #252141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #252141; }

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

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

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

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

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

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

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

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