#231940

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

Shades of Tolopea #231940

Tints of Tolopea #231940

Color information

#231940 (or 0x231940) is unknown color: approx Tolopea. HEX triplet: 23, 19 and 40. RGB value is (35,25,64). Sum of RGB (Red+Green+Blue) = 35+25+64=124 (16% of max value = 765). Red value is 35 (14.06% from 255 or 28.23% from 124); Green value is 25 (10.16% from 255 or 20.16% from 124); Blue value is 64 (25.39% from 255 or 51.61% from 124); Max value from RGB is 64 - color contains mainly: blue. Hex color #231940 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231940 is #DCE6BF. Grayscale: #202020. Windows color (decimal): -14476992 or 4200739. OLE color: 4200739.

HSL color Cylindrical-coordinate representation of color #231940: hue angle of 255.38º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #231940 is Cyan = 0.45, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB352564-
CMYK0.450.6100.75
HSL255.38º43.82%17.45%-
HSV(B)255.38º60.94%25.1%-
XYZ1.971.425.02-
YUV32.44145.81129.83-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 28.23%
GREEN value IS 25 (10.16% from 255) = 20.16%
BLUE value IS 64 (25.39% from 255) = 51.61%
R=28.23%
G=20.16%
B=51.61%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3525640.450.6100.75255.3843.8217.45
Hex2319402D3D04Bff2c11
Octal4331100557501133775421
Binary100011110011000000101101111101010010111111111110110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231940; }

 p { color: rgb(35,25,64); }

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

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

 a { background-color: rgb(35,25,64); }

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

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

 span { border-color: rgb(35,25,64); }

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