#2D253A

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

Shades of Tolopea #2D253A

Tints of Tolopea #2D253A

Color information

#2D253A (or 0x2D253A) is unknown color: approx Tolopea. HEX triplet: 2D, 25 and 3A. RGB value is (45,37,58). Sum of RGB (Red+Green+Blue) = 45+37+58=140 (18% of max value = 765). Red value is 45 (17.97% from 255 or 32.14% from 140); Green value is 37 (14.84% from 255 or 26.43% from 140); Blue value is 58 (23.05% from 255 or 41.43% from 140); Max value from RGB is 58 - color contains mainly: blue. Hex color #2D253A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D253A is #D2DAC5. Grayscale: #292929. Windows color (decimal): -13818566 or 3810605. OLE color: 3810605.

HSL color Cylindrical-coordinate representation of color #2D253A: hue angle of 262.86º degrees, saturation: 0.22, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #2D253A is Cyan = 0.22, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB453758-
CMYK0.220.3600.77
HSL262.86º22.11%18.63%-
HSV(B)262.86º36.21%22.75%-
XYZ2.512.194.29-
YUV41.79137.15130.29-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 32.14%
GREEN value IS 37 (14.84% from 255) = 26.43%
BLUE value IS 58 (23.05% from 255) = 41.43%
R=32.14%
G=26.43%
B=41.43%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4537580.220.3600.77262.8622.1118.63
Hex2D253A162404D1071613
Octal554572264401154072623
Binary10110110010111101010110100100010011011000001111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D253A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2D253A; }

 p { color: rgb(45,37,58); }

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

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

 a { background-color: rgb(45,37,58); }

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

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

 span { border-color: rgb(45,37,58); }

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