#231840

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

Shades of Tolopea #231840

Tints of Tolopea #231840

Color information

#231840 (or 0x231840) is unknown color: approx Tolopea. HEX triplet: 23, 18 and 40. RGB value is (35,24,64). Sum of RGB (Red+Green+Blue) = 35+24+64=123 (16% of max value = 765). Red value is 35 (14.06% from 255 or 28.46% from 123); Green value is 24 (9.77% from 255 or 19.51% from 123); Blue value is 64 (25.39% from 255 or 52.03% from 123); Max value from RGB is 64 - color contains mainly: blue. Hex color #231840 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231840 is #DCE7BF. Grayscale: #1F1F1F. Windows color (decimal): -14477248 or 4200483. OLE color: 4200483.

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

Color convert

RGB352464-
CMYK0.450.6200.75
HSL256.5º45.45%17.25%-
HSV(B)256.5º62.5%25.1%-
XYZ1.951.385.01-
YUV31.85146.14130.25-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 28.46%
GREEN value IS 24 (9.77% from 255) = 19.51%
BLUE value IS 64 (25.39% from 255) = 52.03%
R=28.46%
G=19.51%
B=52.03%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3524640.450.6200.75256.545.4517.25
Hex2318402D3E04B1002d11
Octal4330100557601134005521
Binary1000111100010000001011011111100100101110000000010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231840; }

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

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

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

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

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

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

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

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