#231C31

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

Shades of Tolopea #231C31

Tints of Tolopea #231C31

Color information

#231C31 (or 0x231C31) is unknown color: approx Tolopea. HEX triplet: 23, 1C and 31. RGB value is (35,28,49). Sum of RGB (Red+Green+Blue) = 35+28+49=112 (14% of max value = 765). Red value is 35 (14.06% from 255 or 31.25% from 112); Green value is 28 (11.33% from 255 or 25% from 112); Blue value is 49 (19.53% from 255 or 43.75% from 112); Max value from RGB is 49 - color contains mainly: blue. Hex color #231C31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #231C31 is #DCE3CE. Grayscale: #202020. Windows color (decimal): -14476239 or 3218467. OLE color: 3218467.

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

Color convert

RGB352849-
CMYK0.290.4300.81
HSL260º27.27%15.1%-
HSV(B)260º42.86%19.22%-
XYZ1.661.413.09-
YUV32.49137.32129.79-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 31.25%
GREEN value IS 28 (11.33% from 255) = 25%
BLUE value IS 49 (19.53% from 255) = 43.75%
R=31.25%
G=25%
B=43.75%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3528490.290.4300.8126027.2715.1
Hex231C311D2B0511041bf
Octal433461355301214043317
Binary100011111001100011110110101101010001100000100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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