#181040

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

Shades of Tolopea #181040

Tints of Tolopea #181040

Color information

#181040 (or 0x181040) is unknown color: approx Tolopea. HEX triplet: 18, 10 and 40. RGB value is (24,16,64). Sum of RGB (Red+Green+Blue) = 24+16+64=104 (13% of max value = 765). Red value is 24 (9.77% from 255 or 23.08% from 104); Green value is 16 (6.64% from 255 or 15.38% from 104); Blue value is 64 (25.39% from 255 or 61.54% from 104); Max value from RGB is 64 - color contains mainly: blue. Hex color #181040 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181040 is #E7EFBF. Grayscale: #171717. Windows color (decimal): -15200192 or 4198424. OLE color: 4198424.

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

Color convert

RGB241664-
CMYK0.620.7500.75
HSL250º60%15.69%-
HSV(B)250º75%25.1%-
XYZ1.490.934.95-
YUV23.86150.65128.1-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 23.08%
GREEN value IS 16 (6.64% from 255) = 15.38%
BLUE value IS 64 (25.39% from 255) = 61.54%
R=23.08%
G=15.38%
B=61.54%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2416640.620.7500.752506015.69
Hex1810403E4B04Bfa3c10
Octal30201007611301133727420
Binary110001000010000001111101001011010010111111101011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181040; }

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

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

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

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

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

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

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

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