#231A31

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

Shades of Tolopea #231A31

Tints of Tolopea #231A31

Color information

#231A31 (or 0x231A31) is unknown color: approx Tolopea. HEX triplet: 23, 1A and 31. RGB value is (35,26,49). Sum of RGB (Red+Green+Blue) = 35+26+49=110 (14% of max value = 765). Red value is 35 (14.06% from 255 or 31.82% from 110); Green value is 26 (10.55% from 255 or 23.64% from 110); Blue value is 49 (19.53% from 255 or 44.55% from 110); Max value from RGB is 49 - color contains mainly: blue. Hex color #231A31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231A31 is #DCE5CE. Grayscale: #1F1F1F. Windows color (decimal): -14476751 or 3217955. OLE color: 3217955.

HSL color Cylindrical-coordinate representation of color #231A31: hue angle of 263.48º degrees, saturation: 0.31, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #231A31 is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB352649-
CMYK0.290.4700.81
HSL263.48º30.67%14.71%-
HSV(B)263.48º46.94%19.22%-
XYZ1.621.323.07-
YUV31.31137.98130.63-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 31.82%
GREEN value IS 26 (10.55% from 255) = 23.64%
BLUE value IS 49 (19.53% from 255) = 44.55%
R=31.82%
G=23.64%
B=44.55%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3526490.290.4700.81263.4830.6714.71
Hex231A311D2F0511071ff
Octal433261355701214073717
Binary100011110101100011110110111101010001100000111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231A31; }

 p { color: rgb(35,26,49); }

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

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

 a { background-color: rgb(35,26,49); }

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

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

 span { border-color: rgb(35,26,49); }

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