#2B2439

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

Shades of Tolopea #2B2439

Tints of Tolopea #2B2439

Color information

#2B2439 (or 0x2B2439) is unknown color: approx Tolopea. HEX triplet: 2B, 24 and 39. RGB value is (43,36,57). Sum of RGB (Red+Green+Blue) = 43+36+57=136 (18% of max value = 765). Red value is 43 (17.19% from 255 or 31.62% from 136); Green value is 36 (14.45% from 255 or 26.47% from 136); Blue value is 57 (22.66% from 255 or 41.91% from 136); Max value from RGB is 57 - color contains mainly: blue. Hex color #2B2439 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B2439 is #D4DBC6. Grayscale: #282828. Windows color (decimal): -13949895 or 3744811. OLE color: 3744811.

HSL color Cylindrical-coordinate representation of color #2B2439: hue angle of 260º degrees, saturation: 0.23, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #2B2439 is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB433657-
CMYK0.250.3700.78
HSL260º22.58%18.24%-
HSV(B)260º36.84%22.35%-
XYZ2.372.074.15-
YUV40.49137.32129.79-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 31.62%
GREEN value IS 36 (14.45% from 255) = 26.47%
BLUE value IS 57 (22.66% from 255) = 41.91%
R=31.62%
G=26.47%
B=41.91%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal4336570.250.3700.7826022.5818.24
Hex2B2439192504E1041712
Octal534471314501164042722
Binary10101110010011100111001100101010011101000001001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B2439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,36,57); }

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

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

 a { background-color: rgb(43,36,57); }

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

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

 span { border-color: rgb(43,36,57); }

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