#180E2D

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

Shades of Tolopea #180E2D

Tints of Tolopea #180E2D

Color information

#180E2D (or 0x180E2D) is unknown color: approx Tolopea. HEX triplet: 18, 0E and 2D. RGB value is (24,14,45). Sum of RGB (Red+Green+Blue) = 24+14+45=83 (10% of max value = 765). Red value is 24 (9.77% from 255 or 28.92% from 83); Green value is 14 (5.86% from 255 or 16.87% from 83); Blue value is 45 (17.97% from 255 or 54.22% from 83); Max value from RGB is 45 - color contains mainly: blue. Hex color #180E2D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180E2D is #E7F1D2. Grayscale: #141414. Windows color (decimal): -15200723 or 2952728. OLE color: 2952728.

HSL color Cylindrical-coordinate representation of color #180E2D: hue angle of 259.35º degrees, saturation: 0.53, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #180E2D is Cyan = 0.47, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB241445-
CMYK0.470.6900.82
HSL259.35º52.54%11.57%-
HSV(B)259.35º68.89%17.65%-
XYZ1.010.72.56-
YUV20.52141.81130.48-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 28.92%
GREEN value IS 14 (5.86% from 255) = 16.87%
BLUE value IS 45 (17.97% from 255) = 54.22%
R=28.92%
G=16.87%
B=54.22%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2414450.470.6900.82259.3552.5411.57
Hex18E2D2F4505210335c
Octal3016555710501224036514
Binary1100011101011011011111000101010100101000000111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #180E2D; }

 p { color: rgb(24,14,45); }

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

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

 a { background-color: rgb(24,14,45); }

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

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

 span { border-color: rgb(24,14,45); }

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