#180D31

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

Shades of Tolopea #180D31

Tints of Tolopea #180D31

Color information

#180D31 (or 0x180D31) is unknown color: approx Tolopea. HEX triplet: 18, 0D and 31. RGB value is (24,13,49). Sum of RGB (Red+Green+Blue) = 24+13+49=86 (11% of max value = 765). Red value is 24 (9.77% from 255 or 27.91% from 86); Green value is 13 (5.47% from 255 or 15.12% from 86); Blue value is 49 (19.53% from 255 or 56.98% from 86); Max value from RGB is 49 - color contains mainly: blue. Hex color #180D31 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #180D31 is #E7F2CE. Grayscale: #141414. Windows color (decimal): -15200975 or 3214616. OLE color: 3214616.

HSL color Cylindrical-coordinate representation of color #180D31: hue angle of 258.33º degrees, saturation: 0.58, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #180D31 is Cyan = 0.51, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB241349-
CMYK0.510.7300.81
HSL258.33º58.06%12.16%-
HSV(B)258.33º73.47%19.22%-
XYZ1.070.72.98-
YUV20.39144.14130.57-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 27.91%
GREEN value IS 13 (5.47% from 255) = 15.12%
BLUE value IS 49 (19.53% from 255) = 56.98%
R=27.91%
G=15.12%
B=56.98%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2413490.510.7300.81258.3358.0612.16
Hex18D3133490511023ac
Octal3015616311101214027214
Binary1100011011100011100111001001010100011000000101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #180D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,13,49); }

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

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

 a { background-color: rgb(24,13,49); }

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

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

 span { border-color: rgb(24,13,49); }

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